PEP 655: Mark as accepted (#2451)
This commit is contained in:
parent
293dd4e107
commit
3b879ddaa0
|
@ -3,12 +3,13 @@ Title: Marking individual TypedDict items as required or potentially-missing
|
||||||
Author: David Foster <david at dafoster.net>
|
Author: David Foster <david at dafoster.net>
|
||||||
Sponsor: Guido van Rossum <guido at python.org>
|
Sponsor: Guido van Rossum <guido at python.org>
|
||||||
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/53XVOD5ZUKJ263MWA6AUPEA6J7LBBLNV/
|
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/53XVOD5ZUKJ263MWA6AUPEA6J7LBBLNV/
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 30-Jan-2021
|
Created: 30-Jan-2021
|
||||||
Python-Version: 3.11
|
Python-Version: 3.11
|
||||||
Post-History: 31-Jan-2021, 11-Feb-2021, 20-Feb-2021, 26-Feb-2021, 17-Jan-2022, 28-Jan-2022
|
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
|
Abstract
|
||||||
|
|
Loading…
Reference in New Issue