summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-22 14:57:00 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-11-22 14:57:00 (GMT)
commit50c48b89e3e3399a729f72983bc47996b5c50545 (patch)
tree3017accfaf672975f776227661a1e412b210eb13 /Doc/whatsnew/3.4.rst
parent8fbdb097cfc6a838a6a447e4a6c7ad497c392ad6 (diff)
downloadcpython-50c48b89e3e3399a729f72983bc47996b5c50545.zip
cpython-50c48b89e3e3399a729f72983bc47996b5c50545.tar.gz
cpython-50c48b89e3e3399a729f72983bc47996b5c50545.tar.bz2
Close #17916: dis.Bytecode based replacement for distb
- Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r--Doc/whatsnew/3.4.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 22d168e..6db3d63 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -385,7 +385,8 @@ The new :class:`dis.Bytecode` class provides an object-oriented API for
inspecting bytecode, both in human-readable form and for iterating over
instructions.
-(Contributed by Nick Coghlan, Ryan Kelly and Thomas Kluyver in :issue:`11816`)
+(Contributed by Nick Coghlan, Ryan Kelly and Thomas Kluyver in :issue:`11816`
+and Claudiu Popa in :issue:`17916`)
doctest