Mark PEP accepted.

This commit is contained in:
Antoine Pitrou 2011-10-13 02:01:21 +02:00
parent 727a9b5032
commit 78b24adb40
1 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,12 @@ Title: Reworking the OS and IO exception hierarchy
Version: $Revision$
Last-Modified: $Date$
Author: Antoine Pitrou <solipsis@pitrou.net>
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.