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 belopolsky
Recipients alexandre.vassalotti, belopolsky, lemburg, mark.dickinson, pitrou
Date 2010-07-17.15:56:01
SpamBayes Score 0.044426084
Marked as misclassified No
Message-id <1279382164.28.0.625141392349.issue9268@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-17 15:56:04belopolskysetrecipients: + belopolsky, lemburg, mark.dickinson, pitrou, alexandre.vassalotti
2010-07-17 15:56:04belopolskysetmessageid: <1279382164.28.0.625141392349.issue9268@psf.upfronthosting.co.za>
2010-07-17 15:56:02belopolskylinkissue9268 messages
2010-07-17 15:56:01belopolskycreate