[Python-checkins] peps: reject pep 369. It's outdated and superseded by the new importlib

christian.heimes python-checkins at python.org
Sun Dec 2 09:33:28 CET 2012


http://hg.python.org/peps/rev/08a5ecc86296
changeset:   4591:08a5ecc86296
user:        Christian Heimes <christian at cheimes.de>
date:        Sun Dec 02 09:32:28 2012 +0100
summary:
  reject pep 369. It's outdated and superseded by the new importlib

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


diff --git a/pep-0369.txt b/pep-0369.txt
--- a/pep-0369.txt
+++ b/pep-0369.txt
@@ -3,12 +3,18 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Christian Heimes <christian(at)cheimes(dot)de>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 02-Jan-2008
 Python-Version: 2.6, 3.0
-Post-History:
+Post-History: 02-Dec-2012
+
+Rejection Notice
+================
+
+This PEP is rejected 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