| commit | 29c574e30c9600228e1aadc497f2963b0c5d5ae7 | [log] [tgz] |
|---|---|---|
| author | Barry Warsaw <barry@python.org> | Mon Aug 21 15:38:56 2000 +0000 |
| committer | Barry Warsaw <barry@python.org> | Mon Aug 21 15:38:56 2000 +0000 |
| tree | 2c5a4db113b01d0bb1d32648626665e75cf2eb19 | |
| parent | 35fd665981e1eb5a1ba3c88c17e5538178047532 [diff] |
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.