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 anh.le
Recipients anh.le
Date 2013-06-05.09:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370425503.35.0.436511643169.issue18140@psf.upfronthosting.co.za>
In-reply-to
Content
>>> u = 'http://auser:secr#et@192.168.0.1:8080/a/b/c.html'
>>> urlparse.urlsplit(u)
SplitResult(scheme='http', netloc='auser:secr', path='', query='', fragment='et@192.168.0.1:8080/a/b/c.html')
History
Date User Action Args
2013-06-05 09:45:03anh.lesetrecipients: + anh.le
2013-06-05 09:45:03anh.lesetmessageid: <1370425503.35.0.436511643169.issue18140@psf.upfronthosting.co.za>
2013-06-05 09:45:03anh.lelinkissue18140 messages
2013-06-05 09:45:03anh.lecreate