]> granicus.if.org Git - python/commit
Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 2 Jan 2011 19:50:36 +0000 (19:50 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 2 Jan 2011 19:50:36 +0000 (19:50 +0000)
commitb6f424043d267eac9c870d9991a6453a821ff81d
treefdd0ffec85c52515725efc3a31aaf7cc1ee92df9
parentc224458ef699e0306162a351ca7454b4d486c635
Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from
the codec aliases. They are still accessible via codecs.lookup().
Lib/encodings/aliases.py
Misc/NEWS