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 cito
Recipients barry, benhoyt, brian.curtin, cito, dlchambers, ggenellina, ishimoto, lemburg, pitrou, python-dev, r.david.murray, sayap, terry.reedy, tim.golden
Date 2014-06-05.09:59:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401962352.25.0.822362140228.issue15207@psf.upfronthosting.co.za>
In-reply-to
Content
After this patch, some of the values in mimetypes.types_map now appear as unicode instead of str in Python 2.7.7 under Windows. For compatibility and consistency reasons, I think this should be fixed so that all values are returned as str again under Python 2.7.

See https://groups.google.com/forum/#!topic/pylons-devel/bq8XiKlGgv0 for a real world issue which I think is caused by this bugfix.
History
Date User Action Args
2014-06-05 09:59:12citosetrecipients: + cito, lemburg, barry, terry.reedy, ishimoto, ggenellina, pitrou, tim.golden, sayap, r.david.murray, brian.curtin, benhoyt, python-dev, dlchambers
2014-06-05 09:59:12citosetmessageid: <1401962352.25.0.822362140228.issue15207@psf.upfronthosting.co.za>
2014-06-05 09:59:12citolinkissue15207 messages
2014-06-05 09:59:11citocreate