[Python-checkins] peps: Reject PEP 382, PEP 402, accept PEP 335.
guido.van.rossum
python-checkins at python.org
Tue Mar 13 00:59:44 CET 2012
http://hg.python.org/peps/rev/5b93aa6c1322
changeset: 4132:5b93aa6c1322
user: Guido van Rossum <guido at google.com>
date: Mon Mar 12 16:58:36 2012 -0700
summary:
Reject PEP 382, PEP 402, accept PEP 335.
files:
pep-0335.txt | 7 ++++++-
pep-0382.txt | 13 ++++++++++++-
pep-0402.txt | 13 ++++++++++++-
3 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/pep-0335.txt b/pep-0335.txt
--- a/pep-0335.txt
+++ b/pep-0335.txt
@@ -3,13 +3,18 @@
Version: $Revision$
Last-Modified: $Date$
Author: Gregory Ewing <greg.ewing at canterbury.ac.nz>
-Status: Draft
+Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 29-Aug-2004
Python-Version: 3.3
Post-History: 05-Sep-2004, 30-Sep-2011, 25-Oct-2011
+Rejection Notice
+================
+
+This PEP was rejected.
+See http://mail.python.org/pipermail/python-dev/2012-March/117510.html
Abstract
========
diff --git a/pep-0382.txt b/pep-0382.txt
--- a/pep-0382.txt
+++ b/pep-0382.txt
@@ -3,13 +3,21 @@
Version: $Revision$
Last-Modified: $Date$
Author: Martin v. Löwis <martin at v.loewis.de>
-Status: Draft
+Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 02-Apr-2009
Python-Version: 3.2
Post-History:
+Rejection Notice
+================
+
+On the first day of sprints at US PyCon 2012 we had a long and
+fruitful discussion about PEP 382 and PEP 402. We ended up rejecting
+both but a new PEP will be written to carry on in the spirit of PEP
+402. Martin von Löwis wrote up a summary: [2]_.
+
Abstract
========
@@ -200,6 +208,9 @@
.. [1] PEP 382 branch
(http://hg.python.org/features/pep-382-2#pep-382)
+.. [2] Namespace Packages resolution
+ (http://mail.python.org/pipermail/import-sig/2012-March/000421.html)
+
Copyright
=========
diff --git a/pep-0402.txt b/pep-0402.txt
--- a/pep-0402.txt
+++ b/pep-0402.txt
@@ -3,7 +3,7 @@
Version: $Revision$
Last-Modified: $Date$
Author: P.J. Eby
-Status: Draft
+Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 12-Jul-2011
@@ -11,6 +11,14 @@
Post-History: 20-Jul-2011
Replaces: 382
+Rejection Notice
+================
+
+On the first day of sprints at US PyCon 2012 we had a long and
+fruitful discussion about PEP 382 and PEP 402. We ended up rejecting
+both but a new PEP will be written to carry on in the spirit of PEP
+402. Martin von Löwis wrote up a summary: [3]_.
+
Abstract
========
@@ -647,6 +655,9 @@
.. [2] "Dropping __init__.py requirement for subpackages"
(http://mail.python.org/pipermail/python-dev/2006-April/064400.html)
+.. [3] Namespace Packages resolution
+ (http://mail.python.org/pipermail/import-sig/2012-March/000421.html)
+
Copyright
=========
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list