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 vstinner
Recipients vstinner
Date 2021-09-01.21:58:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630533536.1.0.485805644066.issue45084@roundup.psfhosted.org>
In-reply-to
Content
bpo-27485 deprecated the following urllib.parse undocumented functions in Python 3.8:

* splitattr()
* splithost()
* splitnport()
* splitpasswd()
* splitport()
* splitquery()
* splittag()
* splittype()
* splituser()
* splitvalue()
* to_bytes()

(commit 0250de48199552cdaed5a4fe44b3f9cdb5325363)

I propose to remove them. See attached PR.


Note: The Quoter class is only deprecated since Python 3.11. It should be kept around for 2 releases (not removed before Python 3.13): PEP 387.
History
Date User Action Args
2021-09-01 21:58:56vstinnersetrecipients: + vstinner
2021-09-01 21:58:56vstinnersetmessageid: <1630533536.1.0.485805644066.issue45084@roundup.psfhosted.org>
2021-09-01 21:58:56vstinnerlinkissue45084 messages
2021-09-01 21:58:56vstinnercreate