[New-bugs-announce] [issue18828] urljoin behaves differently with custom and standard schemas
Mher Movsisyan
report at bugs.python.org
Sun Aug 25 14:52:00 CEST 2013
New submission from Mher Movsisyan:
>>> urljoin('redis://localhost:6379/0', '/1')
'/1'
>>> urljoin('http://localhost:6379/0', '/1')
'http://localhost:6379/1'
----------
messages: 196125
nosy: mher.movsisyan
priority: normal
severity: normal
status: open
title: urljoin behaves differently with custom and standard schemas
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18828>
_______________________________________
More information about the New-bugs-announce
mailing list