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 martin.panter
Recipients craign, martin.panter
Date 2015-07-07.01:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436231764.2.0.951987674545.issue24579@psf.upfronthosting.co.za>
In-reply-to
Content
Have you seen the existing test cases in /Lib/test/test_urlparse.py? If not, I don’t blame you, because of the odd test file naming and structuring. :) But I suspect some of your tests may be redundant.

But you might be in a good position to suggest some comments to add somewhere explaining where all the urllib tests are. I understand the test file names come from Python 2 (where urlparse is a module). I don’t know if they were not renamed just due to laziness, or if it was to make merging patches between Python 2 and 3 easier.
History
Date User Action Args
2015-07-07 01:16:04martin.pantersetrecipients: + martin.panter, craign
2015-07-07 01:16:04martin.pantersetmessageid: <1436231764.2.0.951987674545.issue24579@psf.upfronthosting.co.za>
2015-07-07 01:16:04martin.panterlinkissue24579 messages
2015-07-07 01:16:03martin.pantercreate