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 pdonis
Recipients BreamoreBoy, belopolsky, pdonis
Date 2010-07-19.13:51:09
SpamBayes Score 0.0025506492
Marked as misclassified No
Message-id <1279547472.81.0.342341266577.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
I saw that this issue was bumped and re-tested against the current trunk (r82970). A further change in doctest_testfile.py was needed to make the test pass when called from regrtest.py: the test importer for the loader.get_data test case now stores the absolute path where doctest_testfile.txt is located, so that it can always find it. I've uploaded a 2nd revised diff with this change.
History
Date User Action Args
2010-07-19 13:51:12pdonissetrecipients: + pdonis, belopolsky, BreamoreBoy
2010-07-19 13:51:12pdonissetmessageid: <1279547472.81.0.342341266577.issue1812@psf.upfronthosting.co.za>
2010-07-19 13:51:11pdonislinkissue1812 messages
2010-07-19 13:51:11pdoniscreate