Message 196794 - Python tracker
Message196794
| 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:09 | madison.may | set | recipients: + madison.may, orsenthil, mher, berker.peksag, martin.panter |
| 2013-09-02 17:39:09 | madison.may | set | messageid: <1378143549.26.0.450902911774.issue18828@psf.upfronthosting.co.za> |
| 2013-09-02 17:39:09 | madison.may | link | issue18828 messages |
| 2013-09-02 17:39:09 | madison.may | create | |