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 <[email protected]>
In-reply-to
Content
>>> u = 'http://auser:secr#[email protected]:8080/a/b/c.html'
>>> urlparse.urlsplit(u)
SplitResult(scheme='http', netloc='auser:secr', path='', query='', fragment='[email protected]: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: <[email protected]>
2013-06-05 09:45:03anh.lelinkissue18140 messages
2013-06-05 09:45:03anh.lecreate