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 l0nwlf
Recipients l0nwlf, pitrou, r.david.murray, siona, terry.reedy
Date 2010-06-26.11:09:39
SpamBayes Score 9.176273e-06
Marked as misclassified No
Message-id <1277550581.23.0.180378180428.issue4963@psf.upfronthosting.co.za>
In-reply-to
Content
Can't reproduce.

16:36:36 l0nwlf-MBP:~$ python2.7
Python 2.7rc2+ (trunk:82148M, Jun 22 2010, 10:32:46) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mimetypes
>>> mimetypes.guess_extension('image/jpeg')
'.jpe'
>>> mimetypes.init()
>>> mimetypes.guess_extension('image/jpeg')
'.jpe'
>>> 

Results were same in python2.5, 2.6 too. I wonder whether this is machine specific or distro specific.
History
Date User Action Args
2010-06-26 11:09:41l0nwlfsetrecipients: + l0nwlf, terry.reedy, pitrou, r.david.murray, siona
2010-06-26 11:09:41l0nwlfsetmessageid: <1277550581.23.0.180378180428.issue4963@psf.upfronthosting.co.za>
2010-06-26 11:09:39l0nwlflinkissue4963 messages
2010-06-26 11:09:39l0nwlfcreate