[issue2631] IMPORT_NAME Documentation is incomplete

Paul Bonser report at bugs.python.org
Mon Apr 14 20:22:11 CEST 2008


New submission from Paul Bonser <paul at paulbonser.com>:

The documentation for IMPORT_NAME at
http://docs.python.org/lib/bytecodes.html doesn't mention the fact that
the instruction requires two parameters to be on the stack.

TOS and TOS1 should map to the fromlist and level parameters to the
builtin function __import__, respectively.

----------
assignee: georg.brandl
components: Documentation
messages: 65471
nosy: georg.brandl, pib
severity: normal
status: open
title: IMPORT_NAME Documentation is incomplete
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2631>
__________________________________


More information about the Python-bugs-list mailing list