From f133d955aad686555a4c216dd051476bb1dbf188 Mon Sep 17 00:00:00 2001 From: Till Varoquaux Date: Thu, 18 Jun 2026 08:01:33 -0400 Subject: [PATCH 1/2] PEP 835: Update Discussions-To and Post-History with official thread --- peps/pep-0835.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/peps/pep-0835.rst b/peps/pep-0835.rst index b706e1cc8e5..83e7ddcfda9 100644 --- a/peps/pep-0835.rst +++ b/peps/pep-0835.rst @@ -2,13 +2,14 @@ PEP: 835 Title: Shorthand syntax for Annotated type metadata Author: Till Varoquaux Sponsor: Ivan Levkivskyi -Discussions-To: https://discuss.python.org/t/106888 +Discussions-To: https://discuss.python.org/t/pep-835-shorthand-syntax-for-annotated-type-metadata/107795 Status: Draft Type: Standards Track Topic: Typing Created: 12-Jun-2026 Python-Version: 3.16 -Post-History: `19-Apr-2026 `__ +Post-History: `19-Apr-2026 `__, + `18-Jun-2026 `__ Abstract ======== From a651c31c63c2daae743f8726ecfa4d2f19e14a71 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:19:04 +0300 Subject: [PATCH 2/2] Comma --- peps/pep-0835.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0835.rst b/peps/pep-0835.rst index 83e7ddcfda9..d15f0a3302a 100644 --- a/peps/pep-0835.rst +++ b/peps/pep-0835.rst @@ -9,7 +9,7 @@ Topic: Typing Created: 12-Jun-2026 Python-Version: 3.16 Post-History: `19-Apr-2026 `__, - `18-Jun-2026 `__ + `18-Jun-2026 `__, Abstract ========