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 craign
Recipients craign
Date 2015-07-07.00:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436229242.99.0.593377737006.issue24579@psf.upfronthosting.co.za>
In-reply-to
Content
Patch containing additional tests for urllib module to increase code coverage for url parsing.

Current coverage:

Lib/urllib/parse                 513    202    61%

Updated coverage:

Lib/urllib/parse                 513    139    73%
History
Date User Action Args
2015-07-07 00:34:03craignsetrecipients: + craign
2015-07-07 00:34:02craignsetmessageid: <1436229242.99.0.593377737006.issue24579@psf.upfronthosting.co.za>
2015-07-07 00:34:02craignlinkissue24579 messages
2015-07-07 00:34:01craigncreate