summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-07 19:30:17 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-07 19:30:17 (GMT)
commit0bce6e746274980fb934ee8f2a06cbf8f8a54e3e (patch)
treeffba0594e3f4ba91eff450886543f0ff9c844276 /Doc/library/dis.rst
parent985b8dbe115f85ad10567a70645db6eeb9c2a33a (diff)
downloadcpython-0bce6e746274980fb934ee8f2a06cbf8f8a54e3e.zip
cpython-0bce6e746274980fb934ee8f2a06cbf8f8a54e3e.tar.gz
cpython-0bce6e746274980fb934ee8f2a06cbf8f8a54e3e.tar.bz2
whatsnew: expand 'dis' entry.
Also add one missing versionadded.
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 8293d49..d86550f 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -40,6 +40,8 @@ the following command can be used to display the disassembly of
Bytecode analysis
-----------------
+.. versionadded:: 3.4
+
The bytecode analysis API allows pieces of Python code to be wrapped in a
:class:`Bytecode` object that provides easy access to details of the
compiled code.