diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-12 19:11:04 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-12 19:12:20 +0300 |
commit | 998578a2b867af7353330320db25e702ad972ba8 (patch) | |
tree | cb6b5714ffadc1d33ec2f9849e7a292d33e58f5d /README.md | |
parent | cdbeee0c506fd5b465f76d8072b1fe4e954dd782 (diff) | |
download | micropython-998578a2b867af7353330320db25e702ad972ba8.tar.gz micropython-998578a2b867af7353330320db25e702ad972ba8.zip |
README: Mention _thread module availability in select ports.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ MicroPython implements the entire Python 3.4 syntax (including exceptions, 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 +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. See the repository www.github.com/micropython/pyboard for the Micro |