➜

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.

作者 cito
收信人 barry, benhoyt, brian.curtin, cito, dlchambers, ggenellina, ishimoto, lemburg, pitrou, python-dev, r.david.murray, sayap, terry.reedy, tim.golden
日期 2014-06-05.09:59:11
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1401962352.25.0.822362140228.issue15207@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2014-06-05 09:59:12cito修改recipients: + 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:12cito修改messageid: <1401962352.25.0.822362140228.issue15207@psf.upfronthosting.co.za>
2014-06-05 09:59:12cito链接issue15207 messages
2014-06-05 09:59:11cito创建