Skip to content
Prev Previous commit
Next Next commit
make patchcheck
  • Loading branch information
brandtbucher committed Jun 16, 2023
commit 538633f2aef4b19af342cc6ce7a1c24203966ce7
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ iterations of the loop.
returned by the callable object.

.. versionadded:: 3.11

.. versionchanged:: 3.12
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubt this is really a candidate for 3.12 backport?

Suggested change
.. versionchanged:: 3.12
.. versionchanged:: 3.13

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, typo.

Keyword names are now pushed to the stack instead of being indicated by
a preceding ``KW_NAMES`` instruction.
Expand Down