Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
update What's New
  • Loading branch information
picnixz committed Aug 21, 2024
commit 760beed12fdab49df57ba233bea05be8ff6e0471
7 changes: 4 additions & 3 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ ast
dis
---

* Added support for rendering :class:`instruction positions <dis.Positions>`
when available. This feature is added to the following interfaces via
the ``show_positions`` flag:
* Added support for rendering full source location information of
:class:`instructions <dis.Instruction>`, rather than only the line number.
This feature is added to the following interfaces via the ``show_positions``
flag:
Comment thread
picnixz marked this conversation as resolved.
Outdated

- :class:`dis.Bytecode`,
- :func:`dis.dis`, :func:`dis.distb`, and
Expand Down