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 madison.may
Recipients berker.peksag, madison.may, martin.panter, mher, orsenthil
Date 2013-09-02.17:39:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378143549.26.0.450902911774.issue18828@psf.upfronthosting.co.za>
In-reply-to
Content
If nothing else, we should document the work around for this issue.

>>> import urllib.parse
>>> urllib.parse.uses_relative.append('redis')
>>> urllib.parse.uses_netloc.append('redis')
>>> urllib.parse.urljoin('redis://localhost:6379/0', '/1')
'redis://localhost:6379/1'
History
Date User Action Args
2013-09-02 17:39:09madison.maysetrecipients: + madison.may, orsenthil, mher, berker.peksag, martin.panter
2013-09-02 17:39:09madison.maysetmessageid: <1378143549.26.0.450902911774.issue18828@psf.upfronthosting.co.za>
2013-09-02 17:39:09madison.maylinkissue18828 messages
2013-09-02 17:39:09madison.maycreate