]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove and enable misplaced codecs tests ported from Python 3
authorMartin Panter <vadmium>
Sat, 12 Sep 2015 02:20:06 +0000 (02:20 +0000)
committerMartin Panter <vadmium>
Sat, 12 Sep 2015 02:20:06 +0000 (02:20 +0000)
commit90bc71f5b18abc0bb232f8ff8f56683b4420c3e0
tree79f6e08a129fa33311e9eb3d6c3586f7cd3c2bb0
parentd0384044ee1bbf62173eed3fb55cb4eca0159e3a
Remove and enable misplaced codecs tests ported from Python 3

Most of these tests are about blacklisted non-text codecs, which are not
relevant in Python 2. The only one remaining is TransformCodecTest.test_uu_
invalid().
Lib/test/test_codecs.py