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.13:59:13
SpamBayes Score 0.00046615885
Marked as misclassified No
Message-id <1306504753.98.0.599669656753.issue8898@psf.upfronthosting.co.za>
In-reply-to
Content
Your new file isn't in the patch.  I'm imagining it is a table and a couple methods, so I think perhaps putting it either in charset or in utils would be better than creating a new file.

As for testing it, what I'd love to see is a test that downloads the current IANA table (there are routines in test.support for doing this in a way that respects the test suite's 'resources' settings), pulls out the preferred MIME aliases, and makes sure that all of them are mapped to some canonical Python codec.  Then you can invert that and make sure all of the results returned by that test map back to the correct MIME alias.
History
Date User Action Args
2011-05-27 13:59:14r.david.murraysetrecipients: + r.david.murray, lemburg, ezio.melotti, eric.araujo, l0nwlf, maker
2011-05-27 13:59:13r.david.murraysetmessageid: <1306504753.98.0.599669656753.issue8898@psf.upfronthosting.co.za>
2011-05-27 13:59:13r.david.murraylinkissue8898 messages
2011-05-27 13:59:13r.david.murraycreate