From 35587ab3b7d8dbe2944c8c8bd702dd6fc874da85 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Tue, 7 Jan 2025 20:45:48 -0300 Subject: [PATCH 1/2] Added discussion link to PEP 769. --- peps/pep-0769.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/pep-0769.rst b/peps/pep-0769.rst index 8059175467b..c8df0394da9 100644 --- a/peps/pep-0769.rst +++ b/peps/pep-0769.rst @@ -1,6 +1,7 @@ PEP: 769 Title: Add a 'default' keyword argument to 'attrgetter' and 'itemgetter' Author: Facundo Batista +Discussions-To: https://discuss.python.org/t/pep-769-add-a-default-keyword-argument-to-attrgetter-and-itemgetter/76419 Status: Draft Type: Standards Track Created: 22-Dec-2024 From 978b230687b963db94c181fd37b3bb9fa7d43717 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Tue, 7 Jan 2025 21:06:25 -0300 Subject: [PATCH 2/2] Improved link and added post-history. --- peps/pep-0769.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0769.rst b/peps/pep-0769.rst index c8df0394da9..9681fb31223 100644 --- a/peps/pep-0769.rst +++ b/peps/pep-0769.rst @@ -1,12 +1,12 @@ PEP: 769 Title: Add a 'default' keyword argument to 'attrgetter' and 'itemgetter' Author: Facundo Batista -Discussions-To: https://discuss.python.org/t/pep-769-add-a-default-keyword-argument-to-attrgetter-and-itemgetter/76419 +Discussions-To: https://discuss.python.org/t/76419 Status: Draft Type: Standards Track Created: 22-Dec-2024 Python-Version: 3.14 - +Post-History: `07-Jan-2025 `__ Abstract ========