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 brett.cannon
Recipients brett.cannon, gangesmaster
Date 2010-02-10.21:11:34
SpamBayes Score 4.153493e-06
Marked as misclassified No
Message-id <1265836297.9.0.429342605491.issue7902@psf.upfronthosting.co.za>
In-reply-to
Content
So doing the import manually through __import__('os', globals(), locals(), ['walk'], 1) does not work. My guess is it has something to do with the IMPORT_FROM opcode (or something related), but I don't have time right now to dig deeper.
History
Date User Action Args
2010-02-10 21:11:37brett.cannonsetrecipients: + brett.cannon, gangesmaster
2010-02-10 21:11:37brett.cannonsetmessageid: <1265836297.9.0.429342605491.issue7902@psf.upfronthosting.co.za>
2010-02-10 21:11:35brett.cannonlinkissue7902 messages
2010-02-10 21:11:34brett.cannoncreate