Message105789
| 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:01 | r.david.murray | set | recipients: + r.david.murray, orsenthil, srid |
| 2010-05-15 03:15:01 | r.david.murray | set | messageid: <1273893301.17.0.843509125759.issue8721@psf.upfronthosting.co.za> |
| 2010-05-15 03:14:59 | r.david.murray | link | issue8721 messages |
| 2010-05-15 03:14:59 | r.david.murray | create | |