[Python-checkins] peps: pep-0475: Mark as Final.

yury.selivanov python-checkins at python.org
Tue May 12 01:35:17 CEST 2015


https://hg.python.org/peps/rev/9b1276eab721
changeset:   5839:9b1276eab721
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon May 11 19:35:14 2015 -0400
summary:
  pep-0475: Mark as Final.

files:
  pep-0475.txt |  10 +++++++++-
  pep-0478.txt |   2 +-
  2 files changed, 10 insertions(+), 2 deletions(-)


diff --git a/pep-0475.txt b/pep-0475.txt
--- a/pep-0475.txt
+++ b/pep-0475.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Charles-François Natali <cf.natali at gmail.com>, Victor Stinner <victor.stinner at gmail.com>
 BDFL-Delegate: Antoine Pitrou <solipsis at pitrou.net>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 29-July-2014
@@ -462,6 +462,14 @@
   <http://bugs.python.org/issue753733>`_
 
 
+Implementation
+==============
+
+The implementation is tracked in `issue 23285
+<http://bugs.python.org/issue23285>`_. It was committed on
+February 07, 2015.
+
+
 Copyright
 =========
 
diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -64,10 +64,10 @@
 * PEP 441, improved Python zip application support
 * PEP 448, additional unpacking generalizations
 * PEP 486, make the Python Launcher aware of virtual environments
+* PEP 475, retrying system calls that fail with EINTR
 
 Accepted PEPs:
 
-* PEP 475, retrying system calls that fail with EINTR
 * PEP 485, math.isclose(), a function for testing approximate equality
 * PEP 492, coroutines with async and await syntax
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list