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 skrah
Recipients BreamoreBoy, ajaksu2, jlgijsbers, josiahcarlson, kxroberto, skrah
Date 2010-08-20.21:50:28
SpamBayes Score 2.317469e-07
Marked as misclassified No
Message-id <1282341030.84.0.660148461373.issue1043134@psf.upfronthosting.co.za>
In-reply-to
Content
I think you are closing too aggressively.


Python 3.2a0 (py3k:81783, Jun  6 2010, 16:07:26) 
[GCC 4.1.3 20080623 (prerelease) (Ubuntu 4.1.2-23ubuntu3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mimetypes
>>> mimetypes.guess_extension('text/plain')
'.ksh'
>>>
History
Date User Action Args
2010-08-20 21:50:31skrahsetrecipients: + skrah, jlgijsbers, josiahcarlson, kxroberto, ajaksu2, BreamoreBoy
2010-08-20 21:50:30skrahsetmessageid: <1282341030.84.0.660148461373.issue1043134@psf.upfronthosting.co.za>
2010-08-20 21:50:29skrahlinkissue1043134 messages
2010-08-20 21:50:28skrahcreate