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 daniel.urban
Recipients daniel.urban, georg.brandl, ncoghlan, terry.reedy
Date 2010-04-11.16:36:01
SpamBayes Score 0.00084544526
Marked as misclassified No
Message-id <1271003764.74.0.712592083771.issue6507@psf.upfronthosting.co.za>
In-reply-to
Content
I've made a patch, which adds a disassemble_str function to the dis module. The dis.dis function calls this function if x is a string. Added the following sentence to the documentation: "Strings are first compiled to code objects with the :func:`compile` built-in function." Added two simle unittests.
History
Date User Action Args
2010-04-11 16:36:04daniel.urbansetrecipients: + daniel.urban, georg.brandl, terry.reedy, ncoghlan
2010-04-11 16:36:04daniel.urbansetmessageid: <1271003764.74.0.712592083771.issue6507@psf.upfronthosting.co.za>
2010-04-11 16:36:03daniel.urbanlinkissue6507 messages
2010-04-11 16:36:02daniel.urbancreate