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 Sean.Wang
Recipients Sean.Wang
Date 2019-07-25.09:49:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564048166.67.0.214181978799.issue37678@roundup.psfhosted.org>
In-reply-to
Content
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')
History
Date User Action Args
2019-07-25 09:49:26Sean.Wangsetrecipients: + Sean.Wang
2019-07-25 09:49:26Sean.Wangsetmessageid: <1564048166.67.0.214181978799.issue37678@roundup.psfhosted.org>
2019-07-25 09:49:26Sean.Wanglinkissue37678 messages
2019-07-25 09:49:26Sean.Wangcreate