mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 04:25:34 -04:00

An OrderedDict can now be used for the locals when creating a type explicitly via type(name, bases, locals). Signed-off-by: Damien George <damien@micropython.org>
2 lines
26 B
Plaintext
2 lines
26 B
Plaintext
['a', 'b', 'c', 'd', 'e']
|