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 dlchambers
Recipients barry, benhoyt, brian.curtin, dlchambers, ishimoto, r.david.murray, sayap, terry.reedy, tim.golden
Date 2012-12-07.13:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354887966.44.0.426722006612.issue15207@psf.upfronthosting.co.za>
In-reply-to
Content
Seems to me that some hybrid would be a good solution: Hardcode the known types (which solves the "windows is just wrong" case) then as a default look in the registry for those that aren't hardcoded.
Therefore the hit of additional time would only be for lesser-known types.
In any case, it's pretty bad that python allows the wrong mimetype for PNG , even if it is a Windows registry issue.
History
Date User Action Args
2012-12-07 13:46:06dlchamberssetrecipients: + dlchambers, barry, terry.reedy, ishimoto, tim.golden, sayap, r.david.murray, brian.curtin, benhoyt
2012-12-07 13:46:06dlchamberssetmessageid: <1354887966.44.0.426722006612.issue15207@psf.upfronthosting.co.za>
2012-12-07 13:46:06dlchamberslinkissue15207 messages
2012-12-07 13:46:06dlchamberscreate