From 97bc7fbd19c893ca7d38141eaf121b68f81751cd Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 4 Mar 2026 11:15:46 -0800 Subject: [PATCH] Post-History and Change History dates --- peps/pep-0813.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0813.rst b/peps/pep-0813.rst index 42ab489824a..4f17d64b5a1 100644 --- a/peps/pep-0813.rst +++ b/peps/pep-0813.rst @@ -7,6 +7,7 @@ Type: Standards Track Created: 07-Nov-2025 Python-Version: 3.15 Post-History: `21-Feb-2026 `__ + `04-Mar-2026 `__ Abstract @@ -302,7 +303,7 @@ None at this time. Change History ============== -* `TBD `__ +* `04-Mar-2026 `__ * For f-strings only (not ``str.format()``) the ``!p`` conversion specifier takes an optional "format spec". * The PEP no longer proposes a ``pretty`` argument to the ``print()`` built-in function. With the