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 benjamin.peterson
Recipients benjamin.peterson, pitrou, rhettinger, scoder
Date 2013-03-07.19:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362684301.24.0.29307690051.issue17327@psf.upfronthosting.co.za>
In-reply-to
Content
I find the name PyDict_GetItemSetDefault very confusing. My brain isn't quite sure where to partition the four words of GetItemSetDefault. If you really wanted to be clear, you would have to call it PyDict_GetItemAndSetDefault. There's no reason not to pick the same name as the Python-level API, though.
History
Date User Action Args
2013-03-07 19:25:01benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, pitrou, scoder
2013-03-07 19:25:01benjamin.petersonsetmessageid: <1362684301.24.0.29307690051.issue17327@psf.upfronthosting.co.za>
2013-03-07 19:25:01benjamin.petersonlinkissue17327 messages
2013-03-07 19:25:01benjamin.petersoncreate