[Python-3000-checkins] r53685 - in python/branches/p3yk

Georg Brandl g.brandl at gmx.net
Fri Feb 9 13:12:55 CET 2007


guido.van.rossum schrieb:
> Author: guido.van.rossum
> Date: Fri Feb  9 06:32:43 2007
> New Revision: 53685
> 
> Modified:
>    python/branches/p3yk/Grammar/Grammar
>    python/branches/p3yk/Include/graminit.h
>    python/branches/p3yk/Makefile.pre.in
>    python/branches/p3yk/Modules/parsermodule.c
>    python/branches/p3yk/Python/ast.c
>    python/branches/p3yk/Python/bltinmodule.c
>    python/branches/p3yk/Python/graminit.c
>    python/branches/p3yk/Python/import.c
>    python/branches/p3yk/setup.py
> Log:
> Essential changes for print function changes.
> Lib will be changed in a separate run.

What about the legacy code in compile.c to compile
the print statement, together with the PRINT_ITEM[_TO]
opcodes in ceval.c and others? Can they be removed now?

Georg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://mail.python.org/pipermail/python-3000-checkins/attachments/20070209/0227dd25/attachment.pgp 


More information about the Python-3000-checkins mailing list