Chihiro Ito added the comment:
I have confirmed that all of my app's test cases have passed.
What I've done:
1. Installed Python 3.7.3.
2. Replaced urllib/parse.py with the one from 781ffb1.
3. Ran my app's test cases.
Thank you fo
New submission from Chihiro Ito :
urllib.parse.urlsplit raises an exception for an url including a non-ascii
hostname in NFKD form and a port number.
example:
>>> urlsplit('http://\u30d5\u309a:80')
Traceback (most recent call last):
File "", line 1, in
File &q
Change by Chihiro Ito :
--
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue36742>
___
___
Python-bugs-list mailing list
Unsubscrib