We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8a8b3 commit 4bc6225Copy full SHA for 4bc6225
Doc/whatsnew/3.14.rst
@@ -2800,8 +2800,8 @@ Deprecated
2800
CPython bytecode changes
2801
========================
2802
2803
-* Replaced the opcode :opcode:`!BINARY_SUBSCR` by :opcode:`BINARY_OP`
2804
- with oparg ``NB_SUBSCR``.
+* Replaced the opcode :opcode:`!BINARY_SUBSCR` by the :opcode:`BINARY_OP`
+ opcode with the ``NB_SUBSCR`` oparg.
2805
(Contributed by Irit Katriel in :gh:`100239`.)
2806
2807
* Add the :opcode:`BUILD_INTERPOLATION` & :opcode:`BUILD_TEMPLATE`
0 commit comments