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 eric.smith
Recipients barry, eric.smith, ethan.furman, mrabarnett, pitrou, r.david.murray, rhettinger, theller, tim.peters
Date 2013-09-09.19:18:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378754336.48.0.973750255859.issue18986@psf.upfronthosting.co.za>
In-reply-to
Content
True enough!

I was trying to distinguish keys that I populate with initial values (mostly stock indexes) versus those where I just read values from a user-supplied file. When I populate the index values, I'd like to preserve the case I initially used. When I use user-supplied values, I don't know that the first value I use to populate the defaultdict has any more meaning that the last one I see.

It would just be a nice-to-have feature for which I have a real use case. It's not so critical that I can't work around it.
History
Date User Action Args
2013-09-09 19:18:56eric.smithsetrecipients: + eric.smith, tim.peters, barry, theller, rhettinger, pitrou, mrabarnett, r.david.murray, ethan.furman
2013-09-09 19:18:56eric.smithsetmessageid: <1378754336.48.0.973750255859.issue18986@psf.upfronthosting.co.za>
2013-09-09 19:18:56eric.smithlinkissue18986 messages
2013-09-09 19:18:56eric.smithcreate