mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
PEP 214, Extended print Statement, has been accepted by the BDFL.
This adds the two new opcodes to support this feature: PRINT_ITEM_TO, PRINT_NEWLINE_TO.
This commit is contained in:
parent
0360663e8e
commit
35fd665981
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#define PRINT_EXPR 70
|
||||
#define PRINT_ITEM 71
|
||||
#define PRINT_NEWLINE 72
|
||||
#define PRINT_ITEM_TO 73
|
||||
#define PRINT_NEWLINE_TO 74
|
||||
|
||||
#define BREAK_LOOP 80
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue