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 ssteiner
Recipients ssteiner
Date 2009-10-10.17:40:11
SpamBayes Score 0.00013343518
Marked as misclassified No
Message-id <1255196414.88.0.948496525016.issue7097@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6.1 (r261:67515, Jul  7 2009, 23:51:51) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from urlparse import urljoin
>>> urljoin("http://", "somedomain.com")
'http:///somedomain.com'

Note the three leading slashes, should be "http://somedomain.com"
History
Date User Action Args
2009-10-10 17:40:15ssteinersetrecipients: + ssteiner
2009-10-10 17:40:14ssteinersetmessageid: <1255196414.88.0.948496525016.issue7097@psf.upfronthosting.co.za>
2009-10-10 17:40:12ssteinerlinkissue7097 messages
2009-10-10 17:40:11ssteinercreate