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 loewis
Recipients flox, lemburg, loewis, skip.montanaro
Date 2009-12-10.23:28:52
SpamBayes Score 0.0028295906
Marked as misclassified No
Message-id <1260487733.55.0.095730812516.issue7475@psf.upfronthosting.co.za>
In-reply-to
Content
It's not possible to add these codecs back. Bytes objects (correctly)
don't have an encode method, and string objects (correctly) don't have a
decode method. The codec architecture of Python 3.x just doesn't support
this kind of application; the codec architecture of 2.x was flawed.
History
Date User Action Args
2009-12-10 23:28:53loewissetrecipients: + loewis, lemburg, skip.montanaro, flox
2009-12-10 23:28:53loewissetmessageid: <1260487733.55.0.095730812516.issue7475@psf.upfronthosting.co.za>
2009-12-10 23:28:52loewislinkissue7475 messages
2009-12-10 23:28:52loewiscreate