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 Rosuav
Recipients Chuang Cao, Rosuav
Date 2015-09-11.09:02:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441962169.52.0.0223051642319.issue25068@psf.upfronthosting.co.za>
In-reply-to
Content
This sounds like a feature enhancement, which means it (almost certainly) won't be applied to Python 2.7. Does the same question come up in Python 3?

Also (FWIW) if you can confidently assume that all the keys are strings. then type.lower() is better than string.lower(type).
History
Date User Action Args
2015-09-11 09:02:49Rosuavsetrecipients: + Rosuav, Chuang Cao
2015-09-11 09:02:49Rosuavsetmessageid: <1441962169.52.0.0223051642319.issue25068@psf.upfronthosting.co.za>
2015-09-11 09:02:49Rosuavlinkissue25068 messages
2015-09-11 09:02:49Rosuavcreate