[Python-checkins] peps: Withdraw the obsolete PEP 395

nick.coghlan python-checkins at python.org
Sat Dec 21 13:36:40 CET 2013


http://hg.python.org/peps/rev/16b61233cdca
changeset:   5328:16b61233cdca
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Dec 21 22:36:31 2013 +1000
summary:
  Withdraw the obsolete PEP 395

files:
  pep-0395.txt |  18 +++++++++++++++++-
  1 files changed, 17 insertions(+), 1 deletions(-)


diff --git a/pep-0395.txt b/pep-0395.txt
--- a/pep-0395.txt
+++ b/pep-0395.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>
-Status: Deferred
+Status: Withdrawn
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 4-Mar-2011
@@ -11,6 +11,22 @@
 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
 ========
 

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


More information about the Python-checkins mailing list