[issue20521] [PATCH] Cleanup for "dis" module documentation

2015-03-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 617feb5d8af2 by Berker Peksag in branch '3.4': Issue #20521: Change ``TOS`` to TOS in dis documentation. https://hg.python.org/cpython/rev/617feb5d8af2 New changeset a331d71bdc0a by Berker Peksag in branch 'default': Issue #20521: Change ``TOS`` to

[issue20521] [PATCH] Cleanup for "dis" module documentation

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone review the patch please, it doesn't appear to contain anything that's contentious. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker

[issue20521] [PATCH] Cleanup for "dis" module documentation

2014-02-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 2.7, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20521] [PATCH] Cleanup for "dis" module documentation

2014-02-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ncoghlan stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue20521] [PATCH] Cleanup for "dis" module documentation

2014-02-05 Thread Sven Berkvens-Matthijsse
New submission from Sven Berkvens-Matthijsse: The documentation for the "dis" module has a wrong opcode name in it (POP_STACK instead of POP_TOP). Furthermore, the patch fixes inconsistent use of markers for code and opcodes. -- assignee: docs@python components: Documentation files: di