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 mark.dickinson
Recipients Arfrever, barry, eli.bendersky, eric.araujo, eric.smith, ethan.furman, georg.brandl, jaraco, mark.dickinson, mrabarnett, pitrou, r.david.murray, rhettinger, sbt, serhiy.storchaka, theller, tim.peters, vstinner
Date 2013-12-12.20:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386880441.59.0.58701433172.issue18986@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for this (for Python 3.5, now, I guess). I've just found another place where I'd use it.

Looking at the implementation, one thing surprises me a bit:  I'd expect the KeyError from a 'del' or 'pop' operation to have the untransformed key rather than the transformed key in its .args.

How about '_keys' and '_values' for the slot names, in place of '_original' and '_data'?
History
Date User Action Args
2013-12-12 20:34:01mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, barry, theller, georg.brandl, rhettinger, jaraco, pitrou, vstinner, eric.smith, eric.araujo, mrabarnett, Arfrever, r.david.murray, eli.bendersky, ethan.furman, sbt, serhiy.storchaka
2013-12-12 20:34:01mark.dickinsonsetmessageid: <1386880441.59.0.58701433172.issue18986@psf.upfronthosting.co.za>
2013-12-12 20:34:01mark.dickinsonlinkissue18986 messages
2013-12-12 20:34:01mark.dickinsoncreate