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 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:16martin.pantersetrecipients: + martin.panter, demian.brecht
2015-03-19 07:09:16martin.pantersetmessageid: <1426748956.21.0.814756519005.issue23703@psf.upfronthosting.co.za>
2015-03-19 07:09:15martin.panterlinkissue23703 messages
2015-03-19 07:09:15martin.pantercreate