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 svenberkvens
Recipients docs@python, svenberkvens
Date 2014-02-05.13:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391608572.54.0.381225308012.issue20521@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-05 13:56:12svenberkvenssetrecipients: + svenberkvens, docs@python
2014-02-05 13:56:12svenberkvenssetmessageid: <1391608572.54.0.381225308012.issue20521@psf.upfronthosting.co.za>
2014-02-05 13:56:12svenberkvenslinkissue20521 messages
2014-02-05 13:56:12svenberkvenscreate