diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-05 22:41:23 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-05 22:41:23 (GMT) |
commit | 2a5fb47e9c38c86b939f0b4b8e497dcfca8a69cd (patch) | |
tree | 7bdf8f9d5bc0328ea13cd99e731bc359574a1b65 /Doc | |
parent | 2169ee2099d50ec64b1ee8e4b84970982a72f0f9 (diff) | |
download | cpython-2a5fb47e9c38c86b939f0b4b8e497dcfca8a69cd.zip cpython-2a5fb47e9c38c86b939f0b4b8e497dcfca8a69cd.tar.gz cpython-2a5fb47e9c38c86b939f0b4b8e497dcfca8a69cd.tar.bz2 |
Remove mention of codes pending further discussion on transform()/untransform().
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index c0bf224..a3aa4a8 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -901,16 +901,6 @@ contexts that correspond to the decimal interchange formats specified in IEEE (Contributed by Mark Dickinson and Raymond Hettinger.) -codecs ------- - -In an effort to keep codec aliases solely focused on bytes-to-text encodings, -the *base64*, *bz2*, *hex*, *quopri*, *rot13*, *uu* and *zlib* codecs have been -removed from the codec aliases. These bytes-to-bytes conversion are still -accessible via codecs.lookup(). - -(see :issue:`10807`.) - ftp --- |