◐ Shell
reader mode source ↗

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 amrith
Recipients amrith, eric.smith, orsenthil
Date 2016-11-30.23:47:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480549632.72.0.627777388824.issue28841@psf.upfronthosting.co.za>
In-reply-to
Content
As requested ...

>>> urlparse.urlparse('http://www.google.com:/abc')
ParseResult(scheme='http', netloc='www.google.com:', path='/abc', params='', query='', fragment='')

I submit to you that this should generate an error.
History
Date User Action Args
2016-11-30 23:47:12amrithsetrecipients: + amrith, orsenthil, eric.smith
2016-11-30 23:47:12amrithsetmessageid: <1480549632.72.0.627777388824.issue28841@psf.upfronthosting.co.za>
2016-11-30 23:47:12amrithlinkissue28841 messages
2016-11-30 23:47:12amrithcreate