Add OrderedDict.move_to_end #4408
Labels
cpython api
modules from cpython
enhancement
good first issue
Hacktoberfest
Beginner friendly issues for Hacktoberfest event
help wanted
Milestone
API doc is here: https://docs.python.org/3/library/collections.html#collections.OrderedDict.move_to_end
Code would be added to: https://github.com/adafruit/circuitpython/blob/main/py/objdict.c#L563 It'll need a separate locals so that move_to_end isn't added for regular dictionaries.
This will fix adafruit/Adafruit_CircuitPython_BLE_BroadcastNet#18
The text was updated successfully, but these errors were encountered: