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, chris.jerdonek, eric.araujo, eric.smith, gennad, ncoghlan
Date 2012-07-09.16:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341851106.88.0.449535598854.issue14787@psf.upfronthosting.co.za>
In-reply-to
Content
So the lack of output in 3.3 is not surprising as walk_packages() won't work with the new import implementation as it relies on a non-standard method on loaders that import does not provide.
History
Date User Action Args
2012-07-09 16:25:07brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.smith, eric.araujo, Arfrever, chris.jerdonek, gennad
2012-07-09 16:25:06brett.cannonsetmessageid: <1341851106.88.0.449535598854.issue14787@psf.upfronthosting.co.za>
2012-07-09 16:25:06brett.cannonlinkissue14787 messages
2012-07-09 16:25:06brett.cannoncreate