Skip to content
Snippets Groups Projects
Commit 3f3ccef8 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

README: Mention support "async" keyword from Python 3.5.

parent f41e1f1b
Branches
No related tags found
No related merge requests found
...@@ -22,11 +22,12 @@ WARNING: this project is in beta stage and is subject to changes of the ...@@ -22,11 +22,12 @@ WARNING: this project is in beta stage and is subject to changes of the
code-base, including project-wide name changes and API changes. code-base, including project-wide name changes and API changes.
MicroPython implements the entire Python 3.4 syntax (including exceptions, MicroPython implements the entire Python 3.4 syntax (including exceptions,
"with", "yield from", etc.). The following core datatypes are provided: "with", "yield from", etc., and additionally "async" keyword from Python 3.5).
str (including basic Unicode support), bytes, bytearray, tuple, list, dict, The following core datatypes are provided: str (including basic Unicode
set, frozenset, array.array, collections.namedtuple, classes and instances. support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array,
Builtin modules include sys, time, and struct. Note that only subset of collections.namedtuple, classes and instances. Builtin modules include sys,
Python 3.4 functionality implemented for the data types and modules. time, and struct. Note that only subset of Python 3.4 functionality
implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the Micro See the repository www.github.com/micropython/pyboard for the Micro
Python board, the officially supported reference electronic circuit board. Python board, the officially supported reference electronic circuit board.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment