Skip to content

Commit 4c64f98

Browse files
authored
PEP 813: Post-History and Change History dates (#4846)
Post-History and Change History dates
1 parent 76b2b6a commit 4c64f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

peps/pep-0813.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Type: Standards Track
77
Created: 07-Nov-2025
88
Python-Version: 3.15
99
Post-History: `21-Feb-2026 <https://discuss.python.org/t/pep-813-the-pretty-print-protocol/106242>`__
10+
`04-Mar-2026 <https://discuss.python.org/t/pep-813-the-pretty-print-protocol/106242/79>`__
1011

1112

1213
Abstract
@@ -302,7 +303,7 @@ None at this time.
302303
Change History
303304
==============
304305

305-
* `TBD <TBD>`__
306+
* `04-Mar-2026 <https://discuss.python.org/t/pep-813-the-pretty-print-protocol/106242/79>`__
306307

307308
* For f-strings only (not ``str.format()``) the ``!p`` conversion specifier takes an optional "format spec".
308309
* The PEP no longer proposes a ``pretty`` argument to the ``print()`` built-in function. With the

0 commit comments

Comments
 (0)