Withdraw the obsolete PEP 395
This commit is contained in:
parent
9741523c58
commit
79abbe6abc
18
pep-0395.txt
18
pep-0395.txt
|
@ -3,7 +3,7 @@ Title: Qualified Names for Modules
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Status: Deferred
|
||||
Status: Withdrawn
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 4-Mar-2011
|
||||
|
@ -11,6 +11,22 @@ Python-Version: 3.4
|
|||
Post-History: 5-Mar-2011, 19-Nov-2011
|
||||
|
||||
|
||||
PEP Withdrawal
|
||||
==============
|
||||
|
||||
This PEP was withdrawn by the author in December 2013, as other significant
|
||||
changes in the time since it was written have rendered several aspects
|
||||
obsolete. Most notably :pep:`420` namespace packages rendered some of the
|
||||
proposals related to package detection unworkable and :pep:`451` module
|
||||
specifications resolved the multiprocessing issues and provide a possible
|
||||
means to tackle the pickle compatibility issues.
|
||||
|
||||
A future PEP to resolve the remaining issues would still be appropriate,
|
||||
but it's worth starting any such effort as a fresh PEP restating the
|
||||
remaining problems in an updated context rather than trying to build on
|
||||
this one directly.
|
||||
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue