Message102851
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. |
|
Date |
User |
Action |
Args |
2010-04-11 16:36:04 | daniel.urban | set | recipients:
+ daniel.urban, georg.brandl, terry.reedy, ncoghlan |
2010-04-11 16:36:04 | daniel.urban | set | messageid: <1271003764.74.0.712592083771.issue6507@psf.upfronthosting.co.za> |
2010-04-11 16:36:03 | daniel.urban | link | issue6507 messages |
2010-04-11 16:36:02 | daniel.urban | create | |
|