[Python-checkins] peps: Correctly mark PEP 369 as Withdrawn (not Rejected)

nick.coghlan python-checkins at python.org
Sun Jan 6 13:30:15 CET 2013


http://hg.python.org/peps/rev/235a1e14b4e2
changeset:   4655:235a1e14b4e2
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Jan 06 22:18:28 2013 +1000
summary:
  Correctly mark PEP 369 as Withdrawn (not Rejected)

files:
  pep-0369.txt |  10 +++++-----
  1 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/pep-0369.txt b/pep-0369.txt
--- a/pep-0369.txt
+++ b/pep-0369.txt
@@ -3,18 +3,18 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Christian Heimes <christian at python.org>
-Status: Rejected
+Status: Withdrawn
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 02-Jan-2008
 Python-Version: 2.6, 3.0
 Post-History: 02-Dec-2012
 
-Rejection Notice
-================
+Withdrawal Notice
+=================
 
-This PEP is rejected by its author, because it has been superseded by the new
-importlib.
+This PEP is withdrawn by its author, because it has been superseded by the
+new importlib.
 
 
 Abstract

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


More information about the Python-checkins mailing list