From b10d7c650ef9a144dfc88b318a20b3a255cab8d2 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 11 May 2015 19:35:14 -0400 Subject: [PATCH] pep-0475: Mark as Final. --- 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 index 5b07cf3f1..b5db6d2cf 100644 --- a/pep-0475.txt +++ b/pep-0475.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Charles-François Natali , Victor Stinner BDFL-Delegate: Antoine Pitrou -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 29-July-2014 @@ -462,6 +462,14 @@ Closed issues: `_ +Implementation +============== + +The implementation is tracked in `issue 23285 +`_. It was committed on +February 07, 2015. + + Copyright ========= diff --git a/pep-0478.txt b/pep-0478.txt index 64209b329..61df287d2 100644 --- a/pep-0478.txt +++ b/pep-0478.txt @@ -64,10 +64,10 @@ Implemented / Final PEPs: * 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