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$
|
||||
Last-Modified: $Date$
|
||||
Author: Stefan Krah <skrah@bytereef.org>
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 2013-03-11
|
||||
Python-Version: 3.4
|
||||
Post-History:
|
||||
Resolution:
|
||||
Resolution: http://mail.python.org/pipermail/python-dev/2013-May/126117.html
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
@ -31,6 +31,14 @@ The latter function is subsequently referred to as the *implementation
|
|||
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
|
||||
=========
|
||||
|
||||
|
@ -388,6 +396,8 @@ References and Footnotes
|
|||
|
||||
.. _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