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 mher
Recipients mher
Date 2013-08-25.12:51:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377435120.2.0.153064775964.issue18828@psf.upfronthosting.co.za>
In-reply-to
Content
>>> urljoin('redis://localhost:6379/0', '/1')
'/1'
>>> urljoin('http://localhost:6379/0', '/1')
'http://localhost:6379/1'
History
Date User Action Args
2013-08-25 12:52:00mhersetrecipients: + mher
2013-08-25 12:52:00mhersetmessageid: <1377435120.2.0.153064775964.issue18828@psf.upfronthosting.co.za>
2013-08-25 12:52:00mherlinkissue18828 messages
2013-08-25 12:51:59mhercreate