[New-bugs-announce] [issue37678] Incorrect behaviour for user at password URI pattern in urlparse

Sean Wang report at bugs.python.org
Thu Jul 25 05:49:26 EDT 2019


New submission from Sean Wang <wangxiao8611 at gmail.com>:

When an IPV4 URL with 'username:password' in it, and the password contains special characters like #[]?, urlparse would act as unexcepted.
example: 

urlparse('http://user:pass#?[word@example.com:80/path')

----------
components: Library (Lib)
messages: 348431
nosy: Sean.Wang
priority: normal
severity: normal
status: open
title: Incorrect behaviour for user at password URI pattern in urlparse
type: behavior
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37678>
_______________________________________


More information about the New-bugs-announce mailing list