From 745bfda49211c6d8e0867dea35cee7165895a620 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 1 Dec 2021 00:30:08 +0100 Subject: [PATCH] PEP 674: fix creation date; add myself to CODEOWNERS (#2168) --- .github/CODEOWNERS | 1 + pep-0674.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 16b396405e9..e7be82f5a2e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -528,6 +528,7 @@ pep-0670.rst @vstinner @erlend-aasland pep-0671.rst @rosuav pep-0672.rst @encukou pep-0673.rst @jellezijlstra +pep-0674.rst @vstinner # ... # pep-0754.txt # ... diff --git a/pep-0674.rst b/pep-0674.rst index 18003d00892..66100dd18da 100644 --- a/pep-0674.rst +++ b/pep-0674.rst @@ -4,7 +4,7 @@ Author: Victor Stinner Status: Draft Type: Standards Track Content-Type: text/x-rst -Created: 30-Oct-2021 +Created: 01-Dec-2021 Python-Version: 3.11 Abstract