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 eng793
Recipients eng793
Date 2012-08-31.02:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346381534.69.0.636623200483.issue15826@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Here is a patch to increase test coverage of test_glob.py. I added tests where the glob patterns are of type bytes. The coverage (according to coverage.py) is now complete, except for what are clearly artefacts probably caused by the fact that glob is loaded before coverage measurements start (global statements are reported not covered but local ones are).
History
Date User Action Args
2012-08-31 02:52:15eng793setrecipients: + eng793
2012-08-31 02:52:14eng793setmessageid: <1346381534.69.0.636623200483.issue15826@psf.upfronthosting.co.za>
2012-08-31 02:52:13eng793linkissue15826 messages
2012-08-31 02:52:13eng793create