@@ -2366,7 +2366,7 @@ There have been several major changes to the :term:`bytecode` in Python 3.6.
23662366 (Contributed by Demur Rumed with input and reviews from
23672367 Serhiy Storchaka and Victor Stinner in :issue: `26647 ` and :issue: `28050 `.)
23682368
2369- * The new :opcode: `FORMAT_VALUE ` and :opcode: `BUILD_STRING ` opcodes as part
2369+ * The new :opcode: `! FORMAT_VALUE ` and :opcode: `BUILD_STRING ` opcodes as part
23702370 of the :ref: `formatted string literal <whatsnew36-pep498 >` implementation.
23712371 (Contributed by Eric Smith in :issue: `25483 ` and
23722372 Serhiy Storchaka in :issue: `27078 `.)
@@ -2377,16 +2377,16 @@ There have been several major changes to the :term:`bytecode` in Python 3.6.
23772377
23782378* The function call opcodes have been heavily reworked for better performance
23792379 and simpler implementation.
2380- The :opcode: `MAKE_FUNCTION `, :opcode: `CALL_FUNCTION `,
2381- :opcode: `CALL_FUNCTION_KW ` and :opcode: `BUILD_MAP_UNPACK_WITH_CALL ` opcodes
2380+ The :opcode: `MAKE_FUNCTION `, :opcode: `! CALL_FUNCTION `,
2381+ :opcode: `! CALL_FUNCTION_KW ` and :opcode: `! BUILD_MAP_UNPACK_WITH_CALL ` opcodes
23822382 have been modified, the new :opcode: `CALL_FUNCTION_EX ` and
2383- :opcode: `BUILD_TUPLE_UNPACK_WITH_CALL ` have been added, and
2383+ :opcode: `! BUILD_TUPLE_UNPACK_WITH_CALL ` have been added, and
23842384 ``CALL_FUNCTION_VAR ``, ``CALL_FUNCTION_VAR_KW `` and ``MAKE_CLOSURE `` opcodes
23852385 have been removed.
23862386 (Contributed by Demur Rumed in :issue: `27095 `, and Serhiy Storchaka in
23872387 :issue: `27213 `, :issue: `28257 `.)
23882388
2389- * The new :opcode: `SETUP_ANNOTATIONS ` and :opcode: `STORE_ANNOTATION ` opcodes
2389+ * The new :opcode: `SETUP_ANNOTATIONS ` and :opcode: `! STORE_ANNOTATION ` opcodes
23902390 have been added to support the new :term: `variable annotation ` syntax.
23912391 (Contributed by Ivan Levkivskyi in :issue: `27985 `.)
23922392
0 commit comments