diff options
author | stijn <stijn@ignitron.net> | 2019-01-10 10:07:32 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-01-11 12:11:02 +1100 |
commit | 5064df2074dfd8bdc61f16ab3cbc2d695c10c3a6 (patch) | |
tree | 9046b019bb7257a53eadcecff9045429f84faf68 | |
parent | 3431ea7205357218f12685b6672a934ac7393063 (diff) |
docs/differences: Clarify the differences are against Python 3.4.
-rw-r--r-- | docs/differences/index_template.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/differences/index_template.txt b/docs/differences/index_template.txt index eb8b3ba64..41ddeb6d3 100644 --- a/docs/differences/index_template.txt +++ b/docs/differences/index_template.txt @@ -4,6 +4,7 @@ MicroPython differences from CPython ==================================== The operations listed in this section produce conflicting results in MicroPython when compared to standard Python. +MicroPython implements Python 3.4 and some select features of Python 3.5. .. toctree:: :maxdepth: 2 |