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 methane, vstinner, xiang.zhang
Date 2016-09-16.13:00:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbKSB0iyPGoPGaYes+z1d=NLM+K9AXGrK7Q7rp0tVZr4w@mail.gmail.com>
In-reply-to <1474010654.77.0.721096312675.issue28123@psf.upfronthosting.co.za>
Content
Xiang Zhang: "I am still afraid changing it may break knowledge of
devs that are already familiar with dict APIs"

Come on, the function is only called 4 times in the whole code base,
and the function is private. Private means that we are free to break
its behaviour anytime, it's part of the contract.
History
Date User Action Args
2016-09-16 13:00:36vstinnersetrecipients: + vstinner, methane, xiang.zhang
2016-09-16 13:00:36vstinnerlinkissue28123 messages
2016-09-16 13:00:36vstinnercreate