Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion peps/pep-0813.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Type: Standards Track
Created: 07-Nov-2025
Python-Version: 3.15
Post-History: `21-Feb-2026 <https://discuss.python.org/t/pep-813-the-pretty-print-protocol/106242>`__
`04-Mar-2026 <https://discuss.python.org/t/pep-813-the-pretty-print-protocol/106242/79>`__


Abstract
Expand Down Expand Up @@ -302,7 +303,7 @@ None at this time.
Change History
==============

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

* 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
Expand Down
Loading