[Python-checkins] peps: Reject PEP 410

guido.van.rossum python-checkins at python.org
Mon Feb 27 00:37:41 CET 2012


http://hg.python.org/peps/rev/3567da7b53d0
changeset:   4087:3567da7b53d0
user:        Guido van Rossum <guido at google.com>
date:        Sun Feb 26 15:37:24 2012 -0800
summary:
  Reject PEP 410

files:
  pep-0410.txt |  9 ++++++++-
  1 files changed, 8 insertions(+), 1 deletions(-)


diff --git a/pep-0410.txt b/pep-0410.txt
--- a/pep-0410.txt
+++ b/pep-0410.txt
@@ -3,13 +3,20 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Victor Stinner <victor.stinner at haypocalc.com>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 01-February-2012
 Python-Version: 3.3
 
 
+Rejection Notice
+================
+
+This PEP is rejected.
+See http://mail.python.org/pipermail/python-dev/2012-February/116837.html.
+
+
 Abstract
 ========
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list