]> granicus.if.org Git - python/commit
Patch #534304: Implement phase 1 of PEP 263.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 4 Aug 2002 17:29:52 +0000 (17:29 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 4 Aug 2002 17:29:52 +0000 (17:29 +0000)
commit00f1e3f5a54adb0a7159a446edeca2e36da4092e
tree86d731c4fd7c0141686044f5eefbb7f475da9647
parenta729daf2e43f3ffa2d1b3b6cd31491c840091e66
Patch #534304: Implement phase 1 of PEP 263.
13 files changed:
Doc/ref/ref2.tex
Grammar/Grammar
Include/errcode.h
Include/graminit.h
Makefile.pre.in
Misc/NEWS
Parser/parsetok.c
Parser/tokenizer.c
Parser/tokenizer.h
Parser/tokenizer_pgen.c [new file with mode: 0644]
Python/compile.c
Python/graminit.c
Python/pythonrun.c