We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b2b6a commit 4c64f98Copy full SHA for 4c64f98
1 file changed
peps/pep-0813.rst
@@ -7,6 +7,7 @@ Type: Standards Track
7
Created: 07-Nov-2025
8
Python-Version: 3.15
9
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>`__
11
12
13
Abstract
@@ -302,7 +303,7 @@ None at this time.
302
303
Change History
304
==============
305
-* `TBD <TBD>`__
306
+* `04-Mar-2026 <https://discuss.python.org/t/pep-813-the-pretty-print-protocol/106242/79>`__
307
308
* For f-strings only (not ``str.format()``) the ``!p`` conversion specifier takes an optional "format spec".
309
* The PEP no longer proposes a ``pretty`` argument to the ``print()`` built-in function. With the
0 commit comments