Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix doc error
  • Loading branch information
iritkatriel committed Feb 7, 2025
commit db143ba8a1ad66fc2de83040da02c929a32d4f6a
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ Others
CPython Bytecode Changes
========================

* Replaced :opcode:`BINARY_SUBSCR` by :opcode:`BINARY_OP` with oparg ``NB_SUBSCR``.
* Replaced the opcode ``BINARY_SUBSCR`` by :opcode:`BINARY_OP` with oparg ``NB_SUBSCR``.
(Contributed by Irit Katriel in :gh:`100239`.)

Porting to Python 3.14
Expand Down