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: dis-doc.patch
keywords: patch
messages: 210314
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to