PEP 674: fix creation date; add myself to CODEOWNERS (#2168)

This commit is contained in:
Victor Stinner 2021-12-01 00:30:08 +01:00 committed by GitHub
parent 509154a4d5
commit 745bfda492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.github/CODEOWNERS vendored
View File

@ -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
# ...

View File

@ -4,7 +4,7 @@ Author: Victor Stinner <vstinner@python.org>
Status: Draft
Type: Standards Track
Content-Type: text/x-rst
Created: 30-Oct-2021
Created: 01-Dec-2021
Python-Version: 3.11
Abstract