2017-07-01 20:09:40 +01:00
|
|
|
.. _cpython_diffs:
|
|
|
|
|
2017-07-01 19:15:43 +01:00
|
|
|
MicroPython differences from CPython
|
2017-02-07 05:43:41 +00:00
|
|
|
====================================
|
|
|
|
|
2021-10-13 08:02:37 +01:00
|
|
|
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
|
2022-11-27 22:23:02 +00:00
|
|
|
../differences/python_310.rst
|
2021-10-13 08:02:37 +01:00
|
|
|
|
|
|
|
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.
|
2017-02-07 05:43:41 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|