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 benjamin.peterson
Recipients Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.smith, eric.snow, ncoghlan, pitrou, vstinner
Date 2012-03-15.04:24:28
SpamBayes Score 0.07885632
Marked as misclassified No
Message-id <1331785469.67.0.279521689786.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
I'm guessing the most important part to review is the binding of importlib into being the main import implementation? (It's been in the tree a while, so I assume the kinks of the actual import implementation have been mostly ironed out.)
History
Date User Action Args
2012-03-15 04:24:29benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, eric.araujo, alex, Trundle, eric.snow
2012-03-15 04:24:29benjamin.petersonsetmessageid: <1331785469.67.0.279521689786.issue2377@psf.upfronthosting.co.za>
2012-03-15 04:24:29benjamin.petersonlinkissue2377 messages
2012-03-15 04:24:28benjamin.petersoncreate