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 Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.snow, ncoghlan, pitrou, vstinner
Date 2012-02-25.03:08:02
SpamBayes Score 1.2822521e-12
Marked as misclassified No
Message-id <1330139282.93.0.565840920399.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
Then if you want to give it a review that would be great!

I still need to solve the test_pydoc failure (either with Brian's patch to add a name attribute to ImportError or implement importlib.find_module()). Otherwise all other failures at the moment are because of mtime race conditions (as you know =) or exist in the default branch. And I still need to integrate rebuilding importlib.h into the Makefile, but that should be easy since it will probably be a separate command so you don't accidentally break import by busting importlib.
History
Date User Action Args
2012-02-25 03:08:03brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, vstinner, benjamin.peterson, eric.araujo, alex, Trundle, eric.snow
2012-02-25 03:08:02brett.cannonsetmessageid: <1330139282.93.0.565840920399.issue2377@psf.upfronthosting.co.za>
2012-02-25 03:08:02brett.cannonlinkissue2377 messages
2012-02-25 03:08:02brett.cannoncreate