[issue29289] Convert OrderedDict methods to Argument Clinic

STINNER Victor report at bugs.python.org
Mon Jan 16 18:26:08 EST 2017


STINNER Victor added the comment:

Converted methods:

* fromkeys() (@classmethod)
* setdefault()
* pop()
* popitem()
* move_to_end()

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29289>
_______________________________________


More information about the Python-bugs-list mailing list