From ae697426198d0692da9d3daf215049d32a31c07c Mon Sep 17 00:00:00 2001 From: jb2170 Date: Thu, 9 Apr 2026 09:15:25 +0100 Subject: [PATCH] PEP 786: Add 'Discussions-To' header field and update 'Post-History' Now that the PEP has been merged as a draft and a new discussion thread is open. --- peps/pep-0786.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/peps/pep-0786.rst b/peps/pep-0786.rst index 39b3aa85d58..24a08e1ce71 100644 --- a/peps/pep-0786.rst +++ b/peps/pep-0786.rst @@ -2,11 +2,14 @@ PEP: 786 Title: Precision and modulo-precision flag format specifiers for integer fields Author: Jay Berry Sponsor: Alyssa Coghlan +Discussions-To: https://discuss.python.org/t/106907 Status: Draft Type: Standards Track Created: 04-Apr-2025 Python-Version: 3.15 -Post-History: `14-Feb-2025 `__, +Post-History: + `14-Feb-2025 `__, + `09-Apr-2026 `__, Abstract