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: extend namespace docs to cover LOAD_NAME
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: jhylton Nosy List: brett.cannon, jhylton
Priority: normal Keywords:

Created on 2002-04-19 16:40 by jhylton, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10443 - (view) Author: Jeremy Hylton (jhylton) (Python triager) Date: 2002-04-19 16:40
Assuming that Python continues to use LOAD_NAME, then
the reference manual ought to describe this strange
beast.
msg10444 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2007-03-21 00:23
'dis' modules bytecode docs covers LOAD_NAME.
History
Date User Action Args
2022-04-10 16:05:14adminsetgithub: 36473
2002-04-19 16:40:54jhyltoncreate