From 3b879ddaa0ae340bce37d6fcb545815e084ed676 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 22 Mar 2022 08:49:37 -0700 Subject: [PATCH] PEP 655: Mark as accepted (#2451) --- pep-0655.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-0655.rst b/pep-0655.rst index 624efae71c7..f1d16b45af4 100644 --- a/pep-0655.rst +++ b/pep-0655.rst @@ -3,12 +3,13 @@ Title: Marking individual TypedDict items as required or potentially-missing Author: David Foster Sponsor: Guido van Rossum Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/53XVOD5ZUKJ263MWA6AUPEA6J7LBBLNV/ -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 30-Jan-2021 Python-Version: 3.11 Post-History: 31-Jan-2021, 11-Feb-2021, 20-Feb-2021, 26-Feb-2021, 17-Jan-2022, 28-Jan-2022 +Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/AJEDNVC3FXM5QXNNW5CR4UCT4KI5XVUE/ Abstract