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 r.david.murray
Recipients eric.araujo, ezio.melotti, l0nwlf, lemburg, maker, r.david.murray
Date 2011-05-27.15:24:12
SpamBayes Score 0.04376717
Marked as misclassified No
Message-id <1306509853.0.0.512554438718.issue8898@psf.upfronthosting.co.za>
In-reply-to
Content
The second line in that try: block should have been:

  mime_name = ALIASES.get(python_name, python_name)
History
Date User Action Args
2011-05-27 15:24:13r.david.murraysetrecipients: + r.david.murray, lemburg, ezio.melotti, eric.araujo, l0nwlf, maker
2011-05-27 15:24:13r.david.murraysetmessageid: <1306509853.0.0.512554438718.issue8898@psf.upfronthosting.co.za>
2011-05-27 15:24:12r.david.murraylinkissue8898 messages
2011-05-27 15:24:12r.david.murraycreate