diff --git a/pep-0705.rst b/pep-0705.rst index bafc5a021..f70ce756d 100644 --- a/pep-0705.rst +++ b/pep-0705.rst @@ -2,6 +2,7 @@ PEP: 705 Title: TypedMapping: Type Hints for Mappings with a Fixed Set of Keys Author: Alice Purcell Sponsor: Pablo Galindo +Discussions-To: https://discuss.python.org/t/pep-705-typedmapping/24827 Status: Draft Type: Standards Track Topic: Typing @@ -9,7 +10,8 @@ Content-Type: text/x-rst Created: 07-Nov-2022 Python-Version: 3.12 Post-History: `30-Sep-2022 `__, - `02-Nov-2022 `__ + `02-Nov-2022 `__, + `14-Mar-2023 `__, Abstract