Message197411
> It of course will make a size of source file bigger, but shouldn't
> affect a size or performance of normal dicts. A dict object contains
> dk_lookup.
You need to keep both the original keys and the transformed keys. It's not only about transforming keys on lookup. Otherwise, yes, it's trivial. |
|
| Date |
User |
Action |
Args |
| 2013-09-09 22:25:26 | pitrou | set | recipients:
+ pitrou, tim.peters, barry, theller, rhettinger, vstinner, eric.smith, mrabarnett, r.david.murray, eli.bendersky, ethan.furman, serhiy.storchaka |
| 2013-09-09 22:25:26 | pitrou | set | messageid: <[email protected]> |
| 2013-09-09 22:25:26 | pitrou | link | issue18986 messages |
| 2013-09-09 22:25:26 | pitrou | create | |
|