r64424 should not have been merged. That was already done manually because 3.0 required a different implementation. ----- Original Message ----- From: "thomas.lee" <python-checkins at python.org> To: <python-checkins at python.org> Sent: Sunday, June 22, 2008 6:47 AM Subject: [Python-checkins] r64454 - in python/branches/tlee-ast-optimize:Doc/library/ast.rst Doc/library/cgi.rstDoc/library/commands.rst Doc/library/decimal.rstDoc/library/os.path.rst Doc/library/os.rstDoc/library/popen2.rst Doc/library/pprint.rstDoc/library/py_compile.rst Doc/library/stdtypes.rstDoc/library/subprocess.rst Doc/library/zlib.rstDoc/whatsnew/2.6.rst Include/object.h Lib/ast.py Lib/cgi.pyLib/fractions.py Lib/pprint.py Lib/test/test_builtin.pyLib/test/test_cgi.py Lib/test/test_fractions.pyLib/test/test_pprint.py Lib/test/test_slice.pyLib/test/test_sys.py Makefile.pre.in Misc/NEWSModules/mathmodule.c Objects/bytearrayobject.cObjects/floatobject.c Objects/intobject.cObjects/longobject.c Objects/sliceobject.cObjects/typeobject.c Python/bltinmodule.c