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 serhiy.storchaka
Recipients docs@python, georg.brandl, ncoghlan, serhiy.storchaka
Date 2014-11-11.07:42:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415691767.11.0.329151218594.issue22845@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch changes dis documentation:

* formats the *file* parameter with stars, not ``backticks``.
* adds missed links to opcodes.
* fixes POP_STACK to POP_TOP.

I hesitate about TOS and TOS1 words. Should they be highlighted in any manner?
History
Date User Action Args
2014-11-11 07:42:47serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ncoghlan, docs@python
2014-11-11 07:42:47serhiy.storchakasetmessageid: <1415691767.11.0.329151218594.issue22845@psf.upfronthosting.co.za>
2014-11-11 07:42:46serhiy.storchakalinkissue22845 messages
2014-11-11 07:42:46serhiy.storchakacreate