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.

classification
Title: The docs doesn't describe MAKE_CLOSURE correctly
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, daniel.urban, docs@python, jcea, python-dev
Priority: normal Keywords: needs review, patch

Created on 2012-11-23 13:09 by daniel.urban, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
make_closure.patch daniel.urban, 2012-11-23 13:09 review
Messages (3)
msg176166 - (view) Author: Daniel Urban (daniel.urban) * (Python triager) Date: 2012-11-23 13:09
The documentation of the dis module describes the MAKE_CLOSURE opcode incorrectly. The description of MAKE_FUNCTION was updated in 242d3f8e8c50 (issue14349) to include the qualified name, but MAKE_CLOSURE wan't. A patch is attched.
msg176167 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-11-23 13:29
New changeset 5d1e7912e23e by Andrew Svetlov in branch '3.3':
Issue #16538: correctly describe MAKE_CLOSURE in docs.
http://hg.python.org/cpython/rev/5d1e7912e23e

New changeset 8fff40a7c5b5 by Andrew Svetlov in branch 'default':
Merge issue #16538: correctly describe MAKE_CLOSURE in docs.
http://hg.python.org/cpython/rev/8fff40a7c5b5
msg176168 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-11-23 13:30
Fixed. Thanks.
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60742
2012-11-26 17:16:16jceasetnosy: + jcea
2012-11-23 13:30:36asvetlovsetstatus: open -> closed

nosy: + asvetlov
messages: + msg176168

resolution: fixed
stage: patch review -> resolved
2012-11-23 13:29:59python-devsetnosy: + python-dev
messages: + msg176167
2012-11-23 13:09:19daniel.urbancreate