8000 docs/differences: Document details of new PEPs/features in Python 3.5+. · DEVBOX10/micropython@01953f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01953f2

Browse files
NitiKaurdpgeorge
authored andcommitted
docs/differences: Document details of new PEPs/features in Python 3.5+.
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.
1 parent 802ef27 commit 01953f2

File tree

6 files changed

+721
-2
lines changed

6 files changed

+721
-2
lines changed

docs/differences/index_template.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,21 @@
33
MicroPython differences from CPython
44
====================================
55

6-
The operations listed in this section produce conflicting results in MicroPython when compared to standard Python.
7-
MicroPython implements Python 3.4 and some select features of Python 3.5.
6+
MicroPython implements Python 3.4 and some select features of Python 3.5 and
7+
above. The sections below describe the current status of these features.
8+
9+
.. toctree::
10+
11+
../differences/python_35.rst
12+
../differences/python_36.rst
13+
../differences/python_37.rst
14+
../differences/python_38.rst
15+
../differences/python_39.rst
16+
17+
For the features of Python that are implemented by MicroPython, there are
18+
sometimes differences in their behaviour compared to standard Python. The
19+
operations listed in the sections below produce conflicting results in
20+
MicroPython when compared to standard Python.
821

922
.. toctree::
1023
:maxdepth: 2

0 commit comments

Comments
 (0)
0