]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make the exception message check for malformed UTF-8 source looser so that SyntaxErro...
authorBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 20:07:38 +0000 (20:07 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 20:07:38 +0000 (20:07 +0000)
commit2dd66ce8287d8af965068d468e55fe41cc8fbdf5
tree64e7cbbc5cea3ce6143a22b3a93404bc8c947f2a
parentde4ebfe5597d503af097cd51ec51cc70fa79d250
Make the exception message check for malformed UTF-8 source looser so that SyntaxError triggered from UnicodeDecodeError is also acceptable.
Lib/test/test_pep3120.py