summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-24 16:40:15 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-24 16:40:15 +0200
commit2330fe08fe60e0b50a9f0799f61df9f7b621db22 (patch)
treefc78cd6e26a8cea43067c38a8dffe5c2aa6deef1
parent8c437f95fcec92b8cf1031d5be7dd45babb2f78a (diff)
README.md: Update list of supported Python types.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5abfa9e09..af9bb6f1a 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@ code-base, including project-wide name changes and API changes.
Micro Python implements the entire Python 3.4 syntax (including exceptions,
"with", "yield from", etc.). The following core datatypes are provided:
-str (no Unicode support yet), bytes, bytearray, tuple, list, dict, set,
-array.array, collections.namedtuple, classes and instances. Builtin
-modules include sys, time, and struct. Note that only subset of
+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 implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the Micro