]> granicus.if.org Git - python/commit
This fixes a missing .lower() on the encoding name, a wrong byte undecodable by UTF...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 5 Mar 2010 12:43:17 +0000 (12:43 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 5 Mar 2010 12:43:17 +0000 (12:43 +0000)
commit9a7d5ac9f647bad9e48c98255ab54b71ec366127
tree094e7bc47e157a8fecf8aa566e01b03778f91863
parent5a53fdeee8241de751646b6a84947c25b7d01c28
This fixes a missing .lower() on the encoding name, a wrong byte undecodable by UTF-8, a wrong variable name, hopefully some windows buildbot on 3.x and adds a proper skip. It might break other things though.
Lib/test/test_imp.py