Message 238493 - Python tracker
Message238493
| Author | martin.panter |
|---|---|
| Recipients | demian.brecht, martin.panter |
| Date | 2015-03-19.07:09:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1426748956.21.0.814756519005.issue23703@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is a regression caused by revision 901e4e52b20a. Before (e.g. Python 3.4): >>> urljoin('a', 'b') 'b' After: >>> urljoin('a', 'b') 'b/b' This was identified in <https://bugs.python.org/issue18828#msg238363> but is actually caused by the revision committed for Issue 22278. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-19 07:09:16 | martin.panter | set | recipients: + martin.panter, demian.brecht |
| 2015-03-19 07:09:16 | martin.panter | set | messageid: <1426748956.21.0.814756519005.issue23703@psf.upfronthosting.co.za> |
| 2015-03-19 07:09:15 | martin.panter | link | issue23703 messages |
| 2015-03-19 07:09:15 | martin.panter | create | |