Record rejection of PEP 437
This commit is contained in:
parent
c41f2a4db4
commit
f40dab2cec
14
pep-0437.txt
14
pep-0437.txt
|
@ -3,13 +3,13 @@ Title: A DSL for specifying signatures, annotations and argument converters
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Stefan Krah <skrah@bytereef.org>
|
Author: Stefan Krah <skrah@bytereef.org>
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 2013-03-11
|
Created: 2013-03-11
|
||||||
Python-Version: 3.4
|
Python-Version: 3.4
|
||||||
Post-History:
|
Post-History:
|
||||||
Resolution:
|
Resolution: http://mail.python.org/pipermail/python-dev/2013-May/126117.html
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
@ -31,6 +31,14 @@ The latter function is subsequently referred to as the *implementation
|
||||||
function*.
|
function*.
|
||||||
|
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
================
|
||||||
|
|
||||||
|
This PEP was rejected by Guido van Rossum at PyCon US 2013. However, several
|
||||||
|
of the specific issues raised by this PEP were taken into account when
|
||||||
|
designing the `second iteration of the PEP 436 DSL`_.
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
@ -388,6 +396,8 @@ References and Footnotes
|
||||||
|
|
||||||
.. _Open Publication License: http://www.opencontent.org/openpub/
|
.. _Open Publication License: http://www.opencontent.org/openpub/
|
||||||
|
|
||||||
|
.. _second iteration of the PEP 436 DSL:
|
||||||
|
http://hg.python.org/peps/rev/a2fa10b2424b
|
||||||
|
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
Loading…
Reference in New Issue