]> 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:06:19 +0000 (14:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 12:06:19 +0000 (14:06 +0200)
commit85e7066278775ca762215186edb117fb2c7cc2dc
treee876bf8f41132e893d3519e3cfd078ecf57f9139
parent57b967791a552656f4c21a4af283788269d06d83
parent519114df4258f17bc33a31c6c1614fd82e2ab0be
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Based on patch by Martin Panter.
Lib/test/test_codecs.py
Misc/NEWS