This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan
Date 2010-07-03.07:42:38
SpamBayes Score 0.00034082498
Marked as misclassified No
Message-id <1278142962.3.0.213920811411.issue9147@psf.upfronthosting.co.za>
In-reply-to
Content
Add a new API in the dis module that:

1. Works like show_code() but returns a string rather than printing to stdout
2. Accepts source strings directly, similar to the dis.dis() changes for 3.2

Tentative name: get_code_info()

Inspired by Yanov Aknin's ssc() utility and the issue 6507 updates to dis.dis()
History
Date User Action Args
2010-07-03 07:42:42ncoghlansetrecipients: + ncoghlan
2010-07-03 07:42:42ncoghlansetmessageid: <1278142962.3.0.213920811411.issue9147@psf.upfronthosting.co.za>
2010-07-03 07:42:39ncoghlanlinkissue9147 messages
2010-07-03 07:42:39ncoghlancreate