]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Problem found while converting from PyBytes to PyString:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 22 Nov 2007 20:53:01 +0000 (20:53 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 22 Nov 2007 20:53:01 +0000 (20:53 +0000)
commitaf59346f1ac1d1acf0d17b789d0e69f6d95d6e38
tree973c0c070d66f8cd33611be77824a292a88c2934
parent24eac034be17067f4df3a277ae42e30af138441a
Problem found while converting from PyBytes to PyString:

Re-enable (and correct) a test for the BOM at the beginning of a code unit.
And properly "unget" characters when the BOM is incomplete.
Lib/test/test_builtin.py
Parser/tokenizer.c