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

Sven Berkvens-Matthijsse report at bugs.python.org
Wed Feb 5 14:56:12 CET 2014


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 at python
components: Documentation
files: dis-doc.patch
keywords: patch
messages: 210314
nosy: docs at python, svenberkvens
priority: normal
severity: normal
status: open
title: [PATCH] Cleanup for "dis" module documentation
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file33929/dis-doc.patch

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


More information about the docs mailing list