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.

Author pib
Recipients georg.brandl, pib
Date 2008-04-14.18:22:09
SpamBayes Score 0.12258621
Marked as misclassified No
Message-id <1208197331.08.0.00587234594445.issue2631@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-04-14 18:22:12pibsetspambayes_score: 0.122586 -> 0.12258621
recipients: + pib, georg.brandl
2008-04-14 18:22:11pibsetspambayes_score: 0.122586 -> 0.122586
messageid: <1208197331.08.0.00587234594445.issue2631@psf.upfronthosting.co.za>
2008-04-14 18:22:10piblinkissue2631 messages
2008-04-14 18:22:09pibcreate