[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread Inada Naoki
Inada Naoki added the comment: 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 ---

[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread miss-islington
miss-islington added the comment: 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

[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +23651 pull_request: https://github.com/python/cpython/pull/24890 ___ Python tracker _

[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +23652 pull_request: https://github.com/python/cpython/pull/24891 ___ Python tracker ___ __

[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread Inada Naoki
Inada Naoki added the comment: 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 -

[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread Inada Naoki
Change by Inada Naoki : -- keywords: +patch pull_requests: +23646 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24885 ___ Python tracker ___

[issue43506] PEP 624: Update document for removal schedule

2021-03-15 Thread Inada Naoki
New submission from Inada Naoki : They are documented as "will be removed in 4.0" now. -- components: C API messages: 388800 nosy: methane priority: normal severity: normal status: open title: PEP 624: Update document for removal schedule versions: Python 3.10, Python 3.9 _