Skip to content

Commit

Permalink
README: Mention _thread module availability in select ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Oct 12, 2016
1 parent cdbeee0 commit 998578a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 998578a

Please sign in to comment.