Message400874
| 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:56 | vstinner | set | recipients: + vstinner |
| 2021-09-01 21:58:56 | vstinner | set | messageid: <1630533536.1.0.485805644066.issue45084@roundup.psfhosted.org> |
| 2021-09-01 21:58:56 | vstinner | link | issue45084 messages |
| 2021-09-01 21:58:56 | vstinner | create | |