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 barry, das, ezio.melotti, kamie, lemburg, mvolz, r.david.murray
Date 2014-03-16.23:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395012119.66.0.257778343915.issue18624@psf.upfronthosting.co.za>
In-reply-to
Content
The tests are in test_encodings.py.  It is interesting that the tests pass with your patch applied; that indicates that there is a missing test, since we should be testing that all of the values in the aliases table are the names of existing codecs, and apparently we aren't.
History
Date User Action Args
2014-03-16 23:21:59r.david.murraysetrecipients: + r.david.murray, lemburg, barry, ezio.melotti, das, kamie, mvolz
2014-03-16 23:21:59r.david.murraysetmessageid: <1395012119.66.0.257778343915.issue18624@psf.upfronthosting.co.za>
2014-03-16 23:21:59r.david.murraylinkissue18624 messages
2014-03-16 23:21:59r.david.murraycreate