]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
don't check that the first character is XID_Continue
authorBenjamin Peterson <benjamin@python.org>
Wed, 28 Sep 2011 12:09:05 +0000 (08:09 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 28 Sep 2011 12:09:05 +0000 (08:09 -0400)
commit9c6e6a0c7fbc2a15bbd3092e8a75bec80da58b3d
tree8006ca48906b1d320341439b0f87c913b8755ca9
parentd83f226d93cc24be3d6db953c8e8bd3d751c81a9
don't check that the first character is XID_Continue

Current, XID_Continue is a superset of XID_Start, but that may sometime change.
Lib/test/test_pep3131.py
Objects/unicodeobject.c