]> granicus.if.org Git - python/commit
Issue #11816: multiple improvements to the dis module
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 6 May 2013 13:59:20 +0000 (23:59 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 6 May 2013 13:59:20 +0000 (23:59 +1000)
commitb39fd0c9b8dc6683924205265ff43cc597d1dfb9
treeb12d71e0b726b4b3e3c96ba229b0573a084df473
parent9d351332a7b65e8e03725bc469b7989ccd68143f
Issue #11816: multiple improvements to the dis module

* get_instructions generator
* ability to redirect output to a file
* Bytecode and Instruction abstractions

Patch by Nick Coghlan, Ryan Kelly and Thomas Kluyver.
Doc/library/dis.rst
Doc/whatsnew/3.4.rst
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS