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, benjamin.peterson, brett.cannon, eric.snow
Date 2011-11-14.18:01:52
SpamBayes Score 1.1910772e-05
Marked as misclassified No
Message-id <1321293713.62.0.338765041448.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
Just some notes on the branch:

The FAILING file contains tests known to fail. There is a comment explaining the failure and possible fixes. If something makes it here and stays for a while it probably means upstream changes are needed (eg. test_pydoc needs ImportError to grow an attribute as to what import failed).

Python/pythonrun.c contains XXX markers of what is left to be done (although currently the zipimport comment is out-of-date and there needs to be one for exposing some APIs created in importlib.__init__). If you are looking for something to do, just search for XXX and try to tackle one of the comments.
History
Date User Action Args
2011-11-14 18:01:53brett.cannonsetrecipients: + brett.cannon, benjamin.peterson, Trundle, eric.snow
2011-11-14 18:01:53brett.cannonsetmessageid: <1321293713.62.0.338765041448.issue2377@psf.upfronthosting.co.za>
2011-11-14 18:01:53brett.cannonlinkissue2377 messages
2011-11-14 18:01:52brett.cannoncreate