bpo-45084: Remove deprecated urllib.parse functions by vstinner · Pull Request #28115 · python/cpython
Remove the following undocumented urllib.parse functions, deprecated in Python 3.8: * splitattr() * splithost() * splitnport() * splitpasswd() * splitport() * splitquery() * splittag() * splittype() * splituser() * splitvalue() * to_bytes() Use urlparse() or parse_qsl() instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters