diff options
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/sys.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst index a2d55fecb..1186af613 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -70,6 +70,7 @@ Constants * *name* - string "micropython" * *version* - tuple (major, minor, micro), e.g. (1, 7, 0) + * *_mpy* - supported mpy file-format version (optional attribute) This object is the recommended way to distinguish MicroPython from other Python implementations (note that it still may not exist in the very |
