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 r.david.murray
Recipients orsenthil, r.david.murray, srid
Date 2010-05-15.03:14:59
SpamBayes Score 0.014093418
Marked as misclassified No
Message-id <1273893301.17.0.843509125759.issue8721@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7b2+ (trunk:81129, May 12 2010, 19:05:17) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from urlparse import urlsplit
>>> urlsplit('http://www.google.com/search?q=foo&b=df]d&qscrl=1', 'http', True)
SplitResult(scheme='http', netloc='www.google.com', path='/search', query='q=foo&b=df]d&qscrl=1', fragment='')
History
Date User Action Args
2010-05-15 03:15:01r.david.murraysetrecipients: + r.david.murray, orsenthil, srid
2010-05-15 03:15:01r.david.murraysetmessageid: <1273893301.17.0.843509125759.issue8721@psf.upfronthosting.co.za>
2010-05-15 03:14:59r.david.murraylinkissue8721 messages
2010-05-15 03:14:59r.david.murraycreate