]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 12:04:37 +0000 (14:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 12:04:37 +0000 (14:04 +0200)
commit519114df4258f17bc33a31c6c1614fd82e2ab0be
tree4f29d5972347ee48ec81fd6219e79fcdd5464d45
parente66bb9692977c66ffcbe9af64642ab5977879a9a
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Based on patch by Martin Panter.
Lib/encodings/uu_codec.py
Lib/test/test_codecs.py
Lib/test/test_uu.py
Misc/NEWS