Message27301
| Author |
zenzen |
| Recipients |
| Date |
2006年01月17日.03:47:29 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
>>> from urlparse import urlparse
>>> urlparse('sftp://example.com//absolute/path')
('sftp', '', '//example.com//absolute/path', '', '', '')
>>> urlparse('sftp://example.com/relative/path')
('sftp', '', '//example.com/relative/path', '', '', '')
netloc should be populated in both cases |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:37:21 | admin | link | issue1407902 messages |
| 2007年08月23日 14:37:21 | admin | create |
|