-
- Downloads
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.
Showing
- py/argcheck.c 6 additions, 0 deletionspy/argcheck.c
- py/objenumerate.c 14 additions, 5 deletionspy/objenumerate.c
- py/qstrdefs.h 2 additions, 0 deletionspy/qstrdefs.h
- py/runtime.h 1 addition, 0 deletionspy/runtime.h
- stmhal/extint.c 1 addition, 3 deletionsstmhal/extint.c
- tests/basics/enumerate.py 4 additions, 0 deletionstests/basics/enumerate.py
Please register or sign in to comment