Skip to content

Commit 760beed

Browse files
committed
update What's New
1 parent d5d2343 commit 760beed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ ast
113113
dis
114114
---
115115

116-
* Added support for rendering :class:`instruction positions <dis.Positions>`
117-
when available. This feature is added to the following interfaces via
118-
the ``show_positions`` flag:
116+
* Added support for rendering full source location information of
117+
:class:`instructions <dis.Instruction>`, rather than only the line number.
118+
This feature is added to the following interfaces via the ``show_positions``
119+
flag:
119120

120121
- :class:`dis.Bytecode`,
121122
- :func:`dis.dis`, :func:`dis.distb`, and

0 commit comments

Comments
 (0)