This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients larry, methane, vstinner
Date 2017-01-18.17:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484759600.06.0.185485960527.issue29311@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-01-18 17:13:20vstinnersetrecipients: + vstinner, larry, methane
2017-01-18 17:13:20vstinnersetmessageid: <1484759600.06.0.185485960527.issue29311@psf.upfronthosting.co.za>
2017-01-18 17:13:20vstinnerlinkissue29311 messages
2017-01-18 17:13:19vstinnercreate