[Python-3000-checkins] r51773 - in python/branches/p3yk: Doc/lib/libconsts.tex Doc/lib/libstdtypes.tex Doc/ref/ref3.tex Doc/ref/ref5.tex Grammar/Grammar Include/Python-ast.h Lib/compiler/ast.py Lib/co

2006-09-06 Thread georg.brandl
Author: georg.brandl Date: Wed Sep 6 09:06:08 2006 New Revision: 51773 Modified: python/branches/p3yk/Doc/lib/libconsts.tex python/branches/p3yk/Doc/lib/libstdtypes.tex python/branches/p3yk/Doc/ref/ref3.tex python/branches/p3yk/Doc/ref/ref5.tex python/branches/p3yk/Grammar/Grammar

[Python-3000-checkins] r51792 - python/branches/p3yk/Lib/symtable.py

2006-09-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Sep 7 00:37:15 2006 New Revision: 51792 Modified: python/branches/p3yk/Lib/symtable.py Log: This module was still referencing some dead EXEC related constants. Modified: python/branches/p3yk/Lib/symtable.py ==