From 74989960642f3691b45289281675ee59e6e0d254 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 18 Oct 2019 02:48:46 +0200 Subject: [PATCH] Change Victor Stinner email --- pep-0400.txt | 2 +- pep-0410.txt | 2 +- pep-0416.txt | 2 +- pep-0418.txt | 2 +- pep-0432.txt | 2 +- pep-0433.txt | 2 +- pep-0445.txt | 2 +- pep-0446.txt | 2 +- pep-0454.txt | 2 +- pep-0471.txt | 2 +- pep-0475.txt | 2 +- pep-0490.txt | 2 +- pep-0509.txt | 2 +- pep-0510.txt | 2 +- pep-0511.txt | 2 +- pep-0524.txt | 2 +- pep-0540.txt | 2 +- pep-0545.txt | 2 +- pep-0546.txt | 2 +- pep-0564.rst | 2 +- pep-0587.rst | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/pep-0400.txt b/pep-0400.txt index c05ea1235..e2fa02315 100644 --- a/pep-0400.txt +++ b/pep-0400.txt @@ -2,7 +2,7 @@ PEP: 400 Title: Deprecate codecs.StreamReader and codecs.StreamWriter Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Deferred Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0410.txt b/pep-0410.txt index cd7393aa7..e7823e99a 100644 --- a/pep-0410.txt +++ b/pep-0410.txt @@ -2,7 +2,7 @@ PEP: 410 Title: Use decimal.Decimal type for timestamps Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Rejected Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0416.txt b/pep-0416.txt index 2261fa0a5..c8a6b7740 100644 --- a/pep-0416.txt +++ b/pep-0416.txt @@ -2,7 +2,7 @@ PEP: 416 Title: Add a frozendict builtin type Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Rejected Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0418.txt b/pep-0418.txt index 701832143..339b434b4 100644 --- a/pep-0418.txt +++ b/pep-0418.txt @@ -2,7 +2,7 @@ PEP: 418 Title: Add monotonic time, performance counter, and process time functions Version: $Revision$ Last-Modified: $Date$ -Author: Cameron Simpson , Jim Jewett , Stephen J. Turnbull , Victor Stinner +Author: Cameron Simpson , Jim Jewett , Stephen J. Turnbull , Victor Stinner Status: Final Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0432.txt b/pep-0432.txt index ce25ee70f..49ebe8007 100644 --- a/pep-0432.txt +++ b/pep-0432.txt @@ -3,7 +3,7 @@ Title: Restructuring the CPython startup sequence Version: $Revision$ Last-Modified: $Date$ Author: Nick Coghlan , - Victor Stinner , + Victor Stinner , Eric Snow Discussions-To: capi-sig@python.org Status: Draft diff --git a/pep-0433.txt b/pep-0433.txt index 9c77442f6..f3e3ec573 100644 --- a/pep-0433.txt +++ b/pep-0433.txt @@ -2,7 +2,7 @@ PEP: 433 Title: Easier suppression of file descriptor inheritance Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Superseded Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0445.txt b/pep-0445.txt index 34e36c1db..076946537 100644 --- a/pep-0445.txt +++ b/pep-0445.txt @@ -2,7 +2,7 @@ PEP: 445 Title: Add new APIs to customize Python memory allocators Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner BDFL-Delegate: Antoine Pitrou Status: Final Type: Standards Track diff --git a/pep-0446.txt b/pep-0446.txt index fcd3512a5..5a93935b2 100644 --- a/pep-0446.txt +++ b/pep-0446.txt @@ -2,7 +2,7 @@ PEP: 446 Title: Make newly created file descriptors non-inheritable Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Final Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0454.txt b/pep-0454.txt index 964f15e1c..0bc2b4959 100644 --- a/pep-0454.txt +++ b/pep-0454.txt @@ -2,7 +2,7 @@ PEP: 454 Title: Add a new tracemalloc module to trace Python memory allocations Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner BDFL-Delegate: Charles-François Natali Status: Final Type: Standards Track diff --git a/pep-0471.txt b/pep-0471.txt index 9152423fc..52bde075e 100644 --- a/pep-0471.txt +++ b/pep-0471.txt @@ -3,7 +3,7 @@ Title: os.scandir() function -- a better and faster directory iterator Version: $Revision$ Last-Modified: $Date$ Author: Ben Hoyt -BDFL-Delegate: Victor Stinner +BDFL-Delegate: Victor Stinner Status: Final Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0475.txt b/pep-0475.txt index 269ec4e97..e64e94186 100644 --- a/pep-0475.txt +++ b/pep-0475.txt @@ -2,7 +2,7 @@ PEP: 475 Title: Retry system calls failing with EINTR Version: $Revision$ Last-Modified: $Date$ -Author: Charles-François Natali , Victor Stinner +Author: Charles-François Natali , Victor Stinner BDFL-Delegate: Antoine Pitrou Status: Final Type: Standards Track diff --git a/pep-0490.txt b/pep-0490.txt index 6df16b436..a15b929a8 100644 --- a/pep-0490.txt +++ b/pep-0490.txt @@ -2,7 +2,7 @@ PEP: 490 Title: Chain exceptions at C level Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Rejected Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0509.txt b/pep-0509.txt index 7a464c7a0..d2c69985e 100644 --- a/pep-0509.txt +++ b/pep-0509.txt @@ -2,7 +2,7 @@ PEP: 509 Title: Add a private version to dict Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Final Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0510.txt b/pep-0510.txt index 7a2ce6579..aa5d69fe0 100644 --- a/pep-0510.txt +++ b/pep-0510.txt @@ -2,7 +2,7 @@ PEP: 510 Title: Specialize functions with guards Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Rejected Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0511.txt b/pep-0511.txt index 24bc0dee6..0e3e2bcba 100644 --- a/pep-0511.txt +++ b/pep-0511.txt @@ -2,7 +2,7 @@ PEP: 511 Title: API for code transformers Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Rejected Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0524.txt b/pep-0524.txt index eaac1e02b..0589dd59a 100644 --- a/pep-0524.txt +++ b/pep-0524.txt @@ -2,7 +2,7 @@ PEP: 524 Title: Make os.urandom() blocking on Linux Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Final Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0540.txt b/pep-0540.txt index dc7f20ca6..c1993150b 100644 --- a/pep-0540.txt +++ b/pep-0540.txt @@ -2,7 +2,7 @@ PEP: 540 Title: Add a new UTF-8 Mode Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner BDFL-Delegate: INADA Naoki Status: Final Type: Standards Track diff --git a/pep-0545.txt b/pep-0545.txt index f5a1a53f9..fc82f1006 100644 --- a/pep-0545.txt +++ b/pep-0545.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Julien Palard Inada Naoki , - Victor Stinner , + Victor Stinner , Status: Final Type: Process Content-Type: text/x-rst diff --git a/pep-0546.txt b/pep-0546.txt index 6b96ee634..c25654f70 100644 --- a/pep-0546.txt +++ b/pep-0546.txt @@ -2,7 +2,7 @@ PEP: 546 Title: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7 Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner , +Author: Victor Stinner , Cory Benfield , BDFL-Delegate: Benjamin Peterson Status: Rejected diff --git a/pep-0564.rst b/pep-0564.rst index 751a26256..e1192bb28 100644 --- a/pep-0564.rst +++ b/pep-0564.rst @@ -2,7 +2,7 @@ PEP: 564 Title: Add new time functions with nanosecond resolution Version: $Revision$ Last-Modified: $Date$ -Author: Victor Stinner +Author: Victor Stinner Status: Final Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0587.rst b/pep-0587.rst index 922b66349..e7ae9460c 100644 --- a/pep-0587.rst +++ b/pep-0587.rst @@ -1,6 +1,6 @@ PEP: 587 Title: Python Initialization Configuration -Author: Victor Stinner , Nick Coghlan +Author: Victor Stinner , Nick Coghlan BDFL-Delegate: Thomas Wouters Discussions-To: python-dev@python.org Status: Final