]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PEP 214, Extended print Statement, has been accepted by the BDFL.
authorBarry Warsaw <barry@python.org>
Mon, 21 Aug 2000 15:38:56 +0000 (15:38 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 21 Aug 2000 15:38:56 +0000 (15:38 +0000)
commit29c574e30c9600228e1aadc497f2963b0c5d5ae7
tree2c5a4db113b01d0bb1d32648626665e75cf2eb19
parent35fd665981e1eb5a1ba3c88c17e5538178047532
PEP 214, Extended print Statement, has been accepted by the BDFL.

com_print_stmt(): Implement recognition of, and byte compilation for,
extended print using new byte codes PRINT_ITEM_TO and
PRINT_NEWLINE_TO.
Python/compile.c