[issue29311] Argument Clinic: convert dict methods

STINNER Victor report at bugs.python.org
Wed Jan 18 12:13:20 EST 2017


STINNER Victor added the comment:

dict.patch converts two methods to Argument Clinic:

* get()
* setdefault()

pop() requires the issue #29299, its signature must not show any default value for the second parameter.

dict.update() is special, so I created a dedicated issue: issue #29312.

----------
keywords: +patch
Added file: http://bugs.python.org/file46331/dict.patch

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


More information about the Python-bugs-list mailing list