mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
py: Add keyword arg support to enumerate constructor.
Need to have a policy as to how far we go adding keyword support to built ins. It's nice to have, and gets better CPython compatibility, but hurts the micro nature of uPy. Addresses issue #577.
This commit is contained in:
@@ -238,6 +238,8 @@ Q(startswith)
|
||||
Q(replace)
|
||||
Q(partition)
|
||||
Q(rpartition)
|
||||
Q(iterable)
|
||||
Q(start)
|
||||
|
||||
Q(bound_method)
|
||||
Q(closure)
|
||||
|
||||
Reference in New Issue
Block a user