]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #7475: Restore binary & text transform codecs
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 23 Nov 2013 01:13:36 +0000 (11:13 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 23 Nov 2013 01:13:36 +0000 (11:13 +1000)
commit9c1aed8f94a2b7a40c3a4db60cb289c90e001896
tree563a50fe1083bc0fdba7ea27e0def43f93c91455
parent12820c0d5d6b3ccbd191703d1003794ddb1bcac9
Close #7475: Restore binary & text transform codecs

The codecs themselves were restored in Python 3.2, this
completes the restoration by adding back the convenience
aliases.

These aliases were originally left out due to confusing
errors when attempting to use them with the text encoding
specific convenience methods. Python 3.4 includes several
improvements to those errors, thus permitting the aliases
to be restored as well.
Doc/library/codecs.rst
Doc/whatsnew/3.4.rst
Lib/encodings/aliases.py
Lib/test/test_codecs.py