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 r.david.murray
Recipients asvetlov, chris.jerdonek, r.david.murray
Date 2012-08-28.22:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346194354.2.0.917461746439.issue14649@psf.upfronthosting.co.za>
In-reply-to
Content
With your patch 5 applied, test_zipimport_support fails.  I took a quick look at this and it looks like it is because we've added a dependency on an external data file to the test for DocTestSuite.

Note that with patch 4 applied, test_pyclbr fails...I found that out by accident.  Not sure why test_zipimport_support didn't fail with that one.  But regardless we'll have to deal with pyclbr if/when we isolate the doctest test files.
History
Date User Action Args
2012-08-28 22:52:34r.david.murraysetrecipients: + r.david.murray, asvetlov, chris.jerdonek
2012-08-28 22:52:34r.david.murraysetmessageid: <1346194354.2.0.917461746439.issue14649@psf.upfronthosting.co.za>
2012-08-28 22:52:33r.david.murraylinkissue14649 messages
2012-08-28 22:52:33r.david.murraycreate