summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-03-08 00:27:03 +0100
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-03-08 00:29:08 +0100
commitddb56a0a843c21841d3226f93505ba4d7857e38a (patch)
treebe86f2db0f7c12688256f7eff875fc279fad08a3 /README.md
parentfd49ff991769a29b2dcc0f8ed88143487f2bd131 (diff)
downloadmicropython-ddb56a0a843c21841d3226f93505ba4d7857e38a.tar.gz
micropython-ddb56a0a843c21841d3226f93505ba4d7857e38a.zip
README: Explicitly mention "await" support, and formatting for keywords.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 61ffce27ca..9e747e82c2 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,13 @@ 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., 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, etc. Select ports have support for _thread module
-(multithreading). Note that only subset of Python 3.4 functionality
-implemented for the data types and modules.
+`with`, `yield from`, etc., and additionally `async`/`await` keywords 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`, etc. Select ports have
+support for `_thread` module (multithreading). Note that only a subset of
+Python 3 functionality is implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the MicroPython
board (PyBoard), the officially supported reference electronic circuit board.