PEP 490: Reject myself my old PEP
This commit is contained in:
parent
11f422bdc7
commit
b43b49d599
10
pep-0490.txt
10
pep-0490.txt
|
@ -3,7 +3,7 @@ Title: Chain exceptions at C level
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Victor Stinner <victor.stinner@gmail.com>
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 25-March-2015
|
||||
|
@ -296,6 +296,14 @@ Changes preventing to loose exceptions:
|
|||
<http://bugs.python.org/issue18408>`_
|
||||
|
||||
|
||||
Rejection
|
||||
=========
|
||||
|
||||
The PEP was rejected on 2017-09-12 by Victor Stinner. It was decided in
|
||||
the python-dev discussion to not chain C exceptions by default, but
|
||||
instead chain them explicitly only where it makes sense.
|
||||
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
||||
|
|
Loading…
Reference in New Issue