Message282117
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. |
|
| Date |
User |
Action |
Args |
| 2016-11-30 23:47:12 | amrith | set | recipients:
+ amrith, orsenthil, eric.smith |
| 2016-11-30 23:47:12 | amrith | set | messageid: <1480549632.72.0.627777388824.issue28841@psf.upfronthosting.co.za> |
| 2016-11-30 23:47:12 | amrith | link | issue28841 messages |
| 2016-11-30 23:47:12 | amrith | create | |
|