Message205979
+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'? |
|
Date |
User |
Action |
Args |
2013-12-12 20:34:01 | mark.dickinson | set | recipients:
+ 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:01 | mark.dickinson | set | messageid: <1386880441.59.0.58701433172.issue18986@psf.upfronthosting.co.za> |
2013-12-12 20:34:01 | mark.dickinson | link | issue18986 messages |
2013-12-12 20:34:01 | mark.dickinson | create | |
|