[New-bugs-announce] [issue18140] urlparse.urlsplit confused to fragment when password include #

anh le report at bugs.python.org
Wed Jun 5 11:45:03 CEST 2013


New submission from anh le:

>>> u = 'http://auser:secr#et@192.168.0.1:8080/a/b/c.html'
>>> urlparse.urlsplit(u)
SplitResult(scheme='http', netloc='auser:secr', path='', query='', fragment='et at 192.168.0.1:8080/a/b/c.html')

----------
components: Library (Lib)
messages: 190646
nosy: anh.le
priority: normal
severity: normal
status: open
title: urlparse.urlsplit confused to fragment when password include #
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18140>
_______________________________________


More information about the New-bugs-announce mailing list