From ddd917a0b9e09a19d0dcd2044ab3d11f9227dee5 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 6 Jan 2013 22:18:28 +1000 Subject: [PATCH] Correctly mark PEP 369 as Withdrawn (not Rejected) --- pep-0369.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pep-0369.txt b/pep-0369.txt index 81c24556a..7827237e2 100644 --- a/pep-0369.txt +++ b/pep-0369.txt @@ -3,18 +3,18 @@ Title: Post import hooks Version: $Revision$ Last-Modified: $Date$ Author: Christian Heimes -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