Mark PEP accepted.
This commit is contained in:
parent
727a9b5032
commit
78b24adb40
10
pep-3151.txt
10
pep-3151.txt
|
@ -3,13 +3,12 @@ Title: Reworking the OS and IO exception hierarchy
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Antoine Pitrou <solipsis@pitrou.net>
|
Author: Antoine Pitrou <solipsis@pitrou.net>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 2010-07-21
|
Created: 2010-07-21
|
||||||
Python-Version: 3.3
|
Python-Version: 3.3
|
||||||
Post-History:
|
Post-History:
|
||||||
Resolution: TBD
|
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
@ -507,9 +506,10 @@ aliasing with OSError.
|
||||||
Implementation
|
Implementation
|
||||||
==============
|
==============
|
||||||
|
|
||||||
A reference implementation is available in
|
The reference implementation has been integrated into Python 3.3.
|
||||||
http://hg.python.org/features/pep-3151/ in branch ``pep-3151``. It is
|
It was formerly developed in http://hg.python.org/features/pep-3151/ in
|
||||||
also tracked on the bug tracker at http://bugs.python.org/issue12555.
|
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,
|
It has been successfully tested on a variety of systems: Linux, Windows,
|
||||||
OpenIndiana and FreeBSD buildbots.
|
OpenIndiana and FreeBSD buildbots.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue