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.

classification
Title: PEP 624: Update document for removal schedule
Type: Stage: resolved
Components: C API Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: methane, miss-islington
Priority: normal Keywords: patch

Created on 2021-03-16 02:38 by methane, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24885 merged methane, 2021-03-16 02:56
PR 24890 merged miss-islington, 2021-03-16 04:24
PR 24891 merged miss-islington, 2021-03-16 04:24
Messages (4)
msg388800 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2021-03-16 02:38
They are documented as "will be removed in 4.0" now.
msg388810 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2021-03-16 04:24
New changeset 1330338583d183250186a8123b99d2283e945b4f by Inada Naoki in branch 'master':
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
https://github.com/python/cpython/commit/1330338583d183250186a8123b99d2283e945b4f
msg388816 - (view) Author: miss-islington (miss-islington) Date: 2021-03-16 04:48
New changeset a838e477a009bae4549f10bfd3396b8d5678415d by Miss Islington (bot) in branch '3.9':
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
https://github.com/python/cpython/commit/a838e477a009bae4549f10bfd3396b8d5678415d
msg388819 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2021-03-16 05:24
New changeset dc8558ef302f1b14b45c21abd7451e4fb56b4604 by Miss Islington (bot) in branch '3.8':
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
https://github.com/python/cpython/commit/dc8558ef302f1b14b45c21abd7451e4fb56b4604
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87672
2021-03-16 05:26:26methanesetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-03-16 05:24:32methanesetmessages: + msg388819
2021-03-16 04:48:20miss-islingtonsetmessages: + msg388816
2021-03-16 04:24:44miss-islingtonsetpull_requests: + pull_request23652
2021-03-16 04:24:38miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request23651
2021-03-16 04:24:36methanesetmessages: + msg388810
2021-03-16 02:56:47methanesetkeywords: + patch
stage: patch review
pull_requests: + pull_request23646
2021-03-16 02:38:55methanecreate