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 Arfrever, brett.cannon, eric.araujo, eric.snow
Date 2012-04-23.01:41:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335145285.35.0.643217064969.issue14605@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is my (failing) attempt at making import explicit. Unfortunately I have four failing tests, 3 of which revolve around __main__ (which is why I added Nick to see if he had any ideas):

test_cmd_line_script test_runpy test_threaded_import test_zipimport_support
History
Date User Action Args
2012-04-23 01:41:25brett.cannonsetrecipients: + brett.cannon, eric.araujo, Arfrever, eric.snow
2012-04-23 01:41:25brett.cannonsetmessageid: <1335145285.35.0.643217064969.issue14605@psf.upfronthosting.co.za>
2012-04-23 01:41:24brett.cannonlinkissue14605 messages
2012-04-23 01:41:24brett.cannoncreate