We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d2343 commit 760beedCopy full SHA for 760beed
Doc/whatsnew/3.14.rst
@@ -113,9 +113,10 @@ ast
113
dis
114
---
115
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:
+* 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``
119
+ flag:
120
121
- :class:`dis.Bytecode`,
122
- :func:`dis.dis`, :func:`dis.distb`, and
0 commit comments