New submission from Demian Brecht: Reported by Stefan Behnel in issue22118:
I'm now getting duplicated slashes in URLs, e.g.: https://new//foo.html http://my.little.server/url//logo.gif In both cases, the base URL that gets joined with the postfix had a trailing slash, e.g. "http://my.little.server/url/" + "logo.gif" -> "http://my.little.server/url//logo.gif" ---------- components: Library (Lib) messages: 225923 nosy: demian.brecht priority: normal severity: normal status: open title: urljoin duplicate slashes type: behavior versions: Python 3.5 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue22278> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
