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 berker.peksag, madison.may, martin.panter, mher, orsenthil
Date 2014-12-17.04:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418790493.86.0.711752495988.issue18828@psf.upfronthosting.co.za>
In-reply-to
Content
I think a global registry seems like overkill. Here is a patch to make urljoin() treat schemes more equally and work with arbitrary schemes automatically. I haven’t heard any arguments against this option yet, and it didn’t break any tests.

Another option, still simpler than a registry, would be an extra parameter, say urljoin(a, b, any_scheme=True).
History
Date User Action Args
2014-12-17 04:28:14martin.pantersetrecipients: + martin.panter, orsenthil, mher, berker.peksag, madison.may
2014-12-17 04:28:13martin.pantersetmessageid: <1418790493.86.0.711752495988.issue18828@psf.upfronthosting.co.za>
2014-12-17 04:28:13martin.panterlinkissue18828 messages
2014-12-17 04:28:13martin.pantercreate