[issue8838] Remove codecs.readbuffer_encode() and codecs.charbuffer_encode()

STINNER Victor report at bugs.python.org
Fri May 28 15:09:59 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> 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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8838>
_______________________________________


More information about the Python-bugs-list mailing list