01953f2964
And how they relate to MicroPython. As these features are implemented (or the decision is made to not implement them) the tables can be updated to document the differences between MicroPython and standard Python.
25 lines
725 B
Plaintext
25 lines
725 B
Plaintext
.. _cpython_diffs:
|
|
|
|
MicroPython differences from CPython
|
|
====================================
|
|
|
|
MicroPython implements Python 3.4 and some select features of Python 3.5 and
|
|
above. The sections below describe the current status of these features.
|
|
|
|
.. toctree::
|
|
|
|
../differences/python_35.rst
|
|
../differences/python_36.rst
|
|
../differences/python_37.rst
|
|
../differences/python_38.rst
|
|
../differences/python_39.rst
|
|
|
|
For the features of Python that are implemented by MicroPython, there are
|
|
sometimes differences in their behaviour compared to standard Python. The
|
|
operations listed in the sections below produce conflicting results in
|
|
MicroPython when compared to standard Python.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|