]> granicus.if.org Git - python/commit
Implement PEP 3120.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 29 Jul 2007 18:10:01 +0000 (18:10 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 29 Jul 2007 18:10:01 +0000 (18:10 +0000)
commit447d33ead62b6dcd46d475a703f59940eb85428b
treefbae188f574406c408058b2924d98e764ff062e1
parent5de17db361d4cbf194c07b8ee5e037bb3bf3ae13
Implement PEP 3120.
Lib/test/badsyntax_pep3120.py [new file with mode: 0644]
Lib/test/test_pep3120.py [new file with mode: 0644]
Misc/NEWS
Parser/tokenizer.c
Python/ast.c