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 iritkatriel
Recipients berker.peksag, iritkatriel, jaraco, orsenthil, serhiy.storchaka, vajrasky
Date 2021-02-12.20:01:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613160074.26.0.298138867434.issue19094@roundup.psfhosted.org>
In-reply-to
Content
Still broken in 3.10:

Running Release|x64 interpreter...
Python 3.10.0a5+ (heads/master:bf2e7e55d7, Feb 11 2021, 23:09:25) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib.parse
>>> urllib.parse.urljoin('foo', [])
'foo'
>>>
History
Date User Action Args
2021-02-12 20:01:14iritkatrielsetrecipients: + iritkatriel, jaraco, orsenthil, berker.peksag, serhiy.storchaka, vajrasky
2021-02-12 20:01:14iritkatrielsetmessageid: <1613160074.26.0.298138867434.issue19094@roundup.psfhosted.org>
2021-02-12 20:01:14iritkatriellinkissue19094 messages
2021-02-12 20:01:14iritkatrielcreate