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: Implement PEP 655 (Required/NotRequired)
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: AlexWaygood, David Foster, JelleZijlstra, gvanrossum, kj
Priority: normal Keywords: patch

Created on 2022-03-21 21:18 by JelleZijlstra, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 32419 open JelleZijlstra, 2022-04-08 16:10
Messages (1)
msg415704 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-03-21 21:18
PEP 655 was just accepted, so we should implement it in typing.py! We should be able to largely reuse the typing-extensions implementation.

(I can't find David Foster on BPO but I'll point him to this issue.)
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91243
2022-04-08 16:10:23JelleZijlstrasetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request30444
2022-03-22 02:58:10David Fostersetnosy: + David Foster
2022-03-21 21:24:59JelleZijlstrasetstage: needs patch
type: enhancement
components: + Library (Lib)
versions: + Python 3.11
2022-03-21 21:18:31JelleZijlstracreate