Skip to content

Commit 2330fe0

Browse files
committed
README.md: Update list of supported Python types.
1 parent 8c437f9 commit 2330fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ code-base, including project-wide name changes and API changes.
1616

1717
Micro Python implements the entire Python 3.4 syntax (including exceptions,
1818
"with", "yield from", etc.). The following core datatypes are provided:
19-
str (no Unicode support yet), bytes, bytearray, tuple, list, dict, set,
20-
array.array, collections.namedtuple, classes and instances. Builtin
21-
modules include sys, time, and struct. Note that only subset of
19+
str (including basic Unicode support), bytes, bytearray, tuple, list, dict,
20+
set, frozenset, array.array, collections.namedtuple, classes and instances.
21+
Builtin modules include sys, time, and struct. Note that only subset of
2222
Python 3.4 functionality implemented for the data types and modules.
2323

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

0 commit comments

Comments
 (0)