Correctly mark PEP 369 as Withdrawn (not Rejected)
This commit is contained in:
parent
3cedb64b57
commit
ddd917a0b9
10
pep-0369.txt
10
pep-0369.txt
|
@ -3,18 +3,18 @@ Title: Post import hooks
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Christian Heimes <christian@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
|
||||
|
|
Loading…
Reference in New Issue