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 vstinner
Recipients eric.araujo, lemburg, loewis, pitrou, vstinner
Date 2010-05-28.13:09:57
SpamBayes Score 0.0022910016
Marked as misclassified No
Message-id <1275052199.1.0.15408807375.issue8838@psf.upfronthosting.co.za>
In-reply-to
Content
> I’d be grateful if someone could post links to discussion
> about the removal of codecs like hex and rot13

r55932 (~3 years ago):

"Rip out all codecs that can't work in a unicode/bytes world:
base64, uu, zlib, rot_13, hex, quopri, bz2, string_escape.

However codecs.escape_encode() and codecs.escape_decode()
still exist, as they are used for pickling str8 objects
(so those two functions can go, when the str8 type is removed)."

There were removed 1 year and an half before Python 3.0 release.

> ... and about their coming back

which coming back?
History
Date User Action Args
2010-05-28 13:09:59vstinnersetrecipients: + vstinner, lemburg, loewis, pitrou, eric.araujo
2010-05-28 13:09:59vstinnersetmessageid: <1275052199.1.0.15408807375.issue8838@psf.upfronthosting.co.za>
2010-05-28 13:09:57vstinnerlinkissue8838 messages
2010-05-28 13:09:57vstinnercreate