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
Next Next commit
Add newline
  • Loading branch information
Yzi-Li committed Jun 22, 2025
commit 43f3a54afafe6761586c228ae264a9bd9b1c03a6
1 change: 1 addition & 0 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1162,9 +1162,10 @@

.. versionadded:: 3.6


.. opcode:: BUILD_TEMPLATE

Create a :class:`~string.templatelib.Template` object consuming interpolations

Check warning on line 1168 in Doc/library/dis.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

py:class reference target not found: string.templatelib.Template [ref.class]
and a string from the stack, and pushes the resulting template onto the stack.

.. versionadded:: 3.14
Expand Down
Loading