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.

作者 siona
收信人 pitrou, r.david.murray, siona, terry.reedy
日期 2010-06-26.10:53:20
SpamBayes Score 0.008293054
Marked as misclassified
Message-id <1277549602.21.0.963492306403.issue4963@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-06-26 10:53:22siona修改recipients: + siona, terry.reedy, pitrou, r.david.murray
2010-06-26 10:53:22siona修改messageid: <1277549602.21.0.963492306403.issue4963@psf.upfronthosting.co.za>
2010-06-26 10:53:20siona链接issue4963 messages
2010-06-26 10:53:20siona创建