Record rejection of PEP 437

This commit is contained in:
Nick Coghlan 2013-05-18 17:30:25 +10:00
parent c41f2a4db4
commit f40dab2cec
1 changed files with 12 additions and 2 deletions

View File

@ -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
..