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 pdonis
Date 2008-01-12.18:32:32
SpamBayes Score 0.023761882
Marked as misclassified No
Message-id <1200162754.11.0.332499680933.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a revised diff with two small improvements:

(1) Removed a redundant os.isfile check in 
PackageLoaderTestImporter.get_data() in doctest_testfile.py. (The 
open() builtin already raises IOError if the file can't be opened.)

(2) Added doctest.master = None in three places in doctest_testfile.py 
so the expected output is now nothing instead of three lines of

*** DocTestRunner.merge: 'doctest_testfile.txt' in both testers; 
summing outcomes.

Changed the expected output in test_doctest.py to correspond.
History
Date User Action Args
2008-01-12 18:32:34pdonissetspambayes_score: 0.0237619 -> 0.023761882
recipients: + pdonis
2008-01-12 18:32:34pdonissetspambayes_score: 0.0237619 -> 0.0237619
messageid: <1200162754.11.0.332499680933.issue1812@psf.upfronthosting.co.za>
2008-01-12 18:32:32pdonislinkissue1812 messages
2008-01-12 18:32:32pdoniscreate