]> granicus.if.org Git - python/commit
PEP 214, Extended print Statement, has been accepted by the BDFL.
authorBarry Warsaw <barry@python.org>
Mon, 21 Aug 2000 15:44:01 +0000 (15:44 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 21 Aug 2000 15:44:01 +0000 (15:44 +0000)
commit23c9ec87cf8b1b2da203bf06c230d85698db9206
tree5b4669865426013f6650cf81804154975ea97006
parent29c574e30c9600228e1aadc497f2963b0c5d5ae7
PEP 214, Extended print Statement, has been accepted by the BDFL.

eval_code2(): Implement new bytecodes PRINT_ITEM_TO and
PRINT_NEWLINE_TO, as per accepted SF patch #100970.

Also update graminit.c based on related Grammar/Grammar changes.
Python/ceval.c
Python/graminit.c