summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-29 15:43:51 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-29 15:44:53 +0300
commit3f3ccef8292414d99d4ebd19eddebc6db3124bc4 (patch)
tree8718d8800050c807cd2a5ab80584abee9e52bc87
parentf41e1f1bb7c91f12a48cf0480ede94d7255d1605 (diff)
downloadmicropython-3f3ccef8292414d99d4ebd19eddebc6db3124bc4.tar.gz
micropython-3f3ccef8292414d99d4ebd19eddebc6db3124bc4.zip
README: Mention support "async" keyword from Python 3.5.
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 72a481ca02..ab4e708975 100644
--- a/README.md
+++ b/README.md
@@ -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.
MicroPython implements the entire Python 3.4 syntax (including exceptions,
-"with", "yield from", etc.). The following core datatypes are provided:
-str (including basic Unicode support), bytes, bytearray, tuple, list, dict,
-set, frozenset, array.array, collections.namedtuple, classes and instances.
-Builtin modules include sys, time, and struct. Note that only subset of
-Python 3.4 functionality implemented for the data types and modules.
+"with", "yield from", etc., and additionally "async" keyword from Python 3.5).
+The following core datatypes are provided: str (including basic Unicode
+support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array,
+collections.namedtuple, classes and instances. Builtin modules include sys,
+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
Python board, the officially supported reference electronic circuit board.