]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement PEP 3131. Add isidentifier to str.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 15 Aug 2007 07:32:56 +0000 (07:32 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 15 Aug 2007 07:32:56 +0000 (07:32 +0000)
commit47383403a0a11259acb640406a8efc38981d2255
treead461e275dc3f2607bab86bb596366d71489b453
parent32c4ac014387d3bffea5461339b8ad3044d0dafb
Implement PEP 3131. Add isidentifier to str.
Doc/lib/libstdtypes.tex
Include/errcode.h
Include/unicodeobject.h
Lib/test/badsyntax_3131.py [new file with mode: 0644]
Lib/test/test_pep3131.py [new file with mode: 0644]
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c
Parser/tokenizer.c
Python/ast.c
Python/pythonrun.c