From 78b24adb40f34701c81e9ac9409d5f384b9bd7f3 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 13 Oct 2011 02:01:21 +0200 Subject: [PATCH] Mark PEP accepted. --- pep-3151.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pep-3151.txt b/pep-3151.txt index a78f773d6..f8c2e4ae9 100644 --- a/pep-3151.txt +++ b/pep-3151.txt @@ -3,13 +3,12 @@ Title: Reworking the OS and IO exception hierarchy Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 2010-07-21 Python-Version: 3.3 Post-History: -Resolution: TBD Abstract @@ -507,9 +506,10 @@ aliasing with OSError. Implementation ============== -A reference implementation is available in -http://hg.python.org/features/pep-3151/ in branch ``pep-3151``. It is -also tracked on the bug tracker at http://bugs.python.org/issue12555. +The reference implementation has been integrated into Python 3.3. +It was formerly developed in http://hg.python.org/features/pep-3151/ in +branch ``pep-3151``, and also tracked on the bug tracker at +http://bugs.python.org/issue12555. It has been successfully tested on a variety of systems: Linux, Windows, OpenIndiana and FreeBSD buildbots.