[issue9268] Add annotation option to pickletools.dis

Alexander Belopolsky report at bugs.python.org
Sat Jul 17 17:56:04 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Committed in r82931 with small changes based on comments here and on IRC:

1. Annotations are separated from disassembly by spaces without '|'.
2. Made a small improvement to the annotation alignment algorithm.  Excessively long lines do not force the rest of the annotations off the screen.
3. Added ReST documentation for the new dis() argument.  The command line behavior is still undocumented.  I am watching python-dev discussion on how it should be presented in ReST.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9268>
_______________________________________


More information about the Python-bugs-list mailing list