README: Explicitly mention "await" support, and formatting for keywords.

pull/2953/head
Paul Sokolovsky 2017-03-08 00:27:03 +01:00
rodzic fd49ff9917
commit ddb56a0a84
1 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -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. 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., and additionally "async" keyword from Python 3.5). `with`, `yield from`, etc., and additionally `async`/`await` keywords from
The following core datatypes are provided: str (including basic Unicode Python 3.5). The following core datatypes are provided: `str` (including
support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array, basic Unicode support), `bytes`, `bytearray`, `tuple`, `list`, `dict`, `set`,
collections.namedtuple, classes and instances. Builtin modules include sys, `frozenset`, `array.array`, `collections.namedtuple`, classes and instances.
time, and struct, etc. Select ports have support for _thread module Builtin modules include `sys`, `time`, and `struct`, etc. Select ports have
(multithreading). Note that only subset of Python 3.4 functionality support for `_thread` module (multithreading). Note that only a subset of
implemented for the data types and modules. Python 3 functionality is implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the MicroPython See the repository www.github.com/micropython/pyboard for the MicroPython
board (PyBoard), the officially supported reference electronic circuit board. board (PyBoard), the officially supported reference electronic circuit board.