Reject PEP 382, PEP 402, accept PEP 335.
This commit is contained in:
parent
0c78cb40c0
commit
c563864d0c
|
@ -3,13 +3,18 @@ Title: Overloadable Boolean Operators
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Gregory Ewing <greg.ewing@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
|
||||
========
|
||||
|
|
13
pep-0382.txt
13
pep-0382.txt
|
@ -3,13 +3,21 @@ Title: Namespace Packages
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Martin v. Löwis <martin@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 @@ References
|
|||
.. [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
|
||||
=========
|
||||
|
||||
|
|
13
pep-0402.txt
13
pep-0402.txt
|
@ -3,7 +3,7 @@ Title: Simplified Package Layout and Partitioning
|
|||
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 @@ Python-Version: 3.3
|
|||
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 @@ References
|
|||
.. [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
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue