From 998578a2b867af7353330320db25e702ad972ba8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 12 Oct 2016 19:11:04 +0300 Subject: [PATCH] README: Mention _thread module availability in select ports. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60123ca6bd..aeec167cca 100644 --- a/README.md +++ b/README.md @@ -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