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 siona
Recipients pitrou, r.david.murray, siona, terry.reedy
Date 2010-06-26.10:53:20
SpamBayes Score 0.008293054
Marked as misclassified No
Message-id <1277549602.21.0.963492306403.issue4963@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, still there:

Python 2.7rc2 (r27rc2:82137, Jun 26 2010, 11:27:59) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mimetypes
>>> mimetypes.guess_extension('image/jpeg')
'.jpe'
>>> mimetypes.init()
>>> mimetypes.guess_extension('image/jpeg')
'.jpeg'

The fact that it's not reproducible on other Linux systems (I can't reproduce on the RedHat box I have to hand) might suggest there's something odd about Debian's mime.types . But I've just tried it passing init() the mime.types from the (working) RedHat box, and it's still producing the odd behaviour. (And I'm now on Debian 5.0, so it's not a Debian 4.0-specific issue either.) Wish I had a convenient Ubuntu install to try it on.

Bizarre.
History
Date User Action Args
2010-06-26 10:53:22sionasetrecipients: + siona, terry.reedy, pitrou, r.david.murray
2010-06-26 10:53:22sionasetmessageid: <1277549602.21.0.963492306403.issue4963@psf.upfronthosting.co.za>
2010-06-26 10:53:20sionalinkissue4963 messages
2010-06-26 10:53:20sionacreate