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 benjamin.peterson, brett.cannon
Date 2008-06-22.03:47:04
SpamBayes Score 0.0043788604
Marked as misclassified No
Message-id <1214106427.35.0.304484848957.issue3170@psf.upfronthosting.co.za>
In-reply-to
Content
test_pydoc relies on pristine data to verify that the tests pass.
Unfortunately there is no automated way to regenerate that pristine
data, making the test easily fail if something global (e.g., __loader__
attributes on all modules) is introduced.

This was seen on Python 3.0 but might also be an issue in 2.6.
History
Date User Action Args
2008-06-22 03:47:07brett.cannonsetspambayes_score: 0.00437886 -> 0.0043788604
recipients: + brett.cannon, benjamin.peterson
2008-06-22 03:47:07brett.cannonsetspambayes_score: 0.00437886 -> 0.00437886
messageid: <1214106427.35.0.304484848957.issue3170@psf.upfronthosting.co.za>
2008-06-22 03:47:06brett.cannonlinkissue3170 messages
2008-06-22 03:47:05brett.cannoncreate