Skip to content

Commit 998578a

Browse files
committed
README: Mention _thread module availability in select ports.
1 parent cdbeee0 commit 998578a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ MicroPython implements the entire Python 3.4 syntax (including exceptions,
2222
The following core datatypes are provided: str (including basic Unicode
2323
support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array,
2424
collections.namedtuple, classes and instances. Builtin modules include sys,
25-
time, and struct. Note that only subset of Python 3.4 functionality
25+
time, and struct, etc. Select ports have support for _thread module
26+
(multithreading). Note that only subset of Python 3.4 functionality
2627
implemented for the data types and modules.
2728

2829
See the repository www.github.com/micropython/pyboard for the Micro

0 commit comments

Comments
 (0)