Somehow this rejection wasn't checked in.
This commit is contained in:
parent
e4caee0c87
commit
03c79fc1fb
11
pep-0245.txt
11
pep-0245.txt
|
@ -4,13 +4,22 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Michel Pelletier <michel@users.sourceforge.net>
|
Author: Michel Pelletier <michel@users.sourceforge.net>
|
||||||
Discussions-To: http://www.zope.org/Wikis/Interfaces
|
Discussions-To: http://www.zope.org/Wikis/Interfaces
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 11-Jan-2001
|
Created: 11-Jan-2001
|
||||||
Python-Version: 2.2
|
Python-Version: 2.2
|
||||||
Post-History: 21-Mar-2001
|
Post-History: 21-Mar-2001
|
||||||
|
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
|
||||||
|
I'm rejecting this PEP. It's been five years now. While at some
|
||||||
|
point I expect that Python will have interfaces, it would be naive
|
||||||
|
to expect it to resemble the syntax in this PEP. Also, PEP 246 is
|
||||||
|
being rejected in favor of something completely different; interfaces
|
||||||
|
won't play a role in adaptation or whatever will replace it. GvR.
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
|
|
||||||
This PEP describes a proposed syntax for creating interface
|
This PEP describes a proposed syntax for creating interface
|
||||||
|
|
10
pep-0246.txt
10
pep-0246.txt
|
@ -4,13 +4,21 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: aleax@aleax.it (Alex Martelli),
|
Author: aleax@aleax.it (Alex Martelli),
|
||||||
cce@clarkevans.com (Clark C. Evans)
|
cce@clarkevans.com (Clark C. Evans)
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 21-Mar-2001
|
Created: 21-Mar-2001
|
||||||
Python-Version: 2.5
|
Python-Version: 2.5
|
||||||
Post-History: 29-Mar-2001, 10-Jan-2005
|
Post-History: 29-Mar-2001, 10-Jan-2005
|
||||||
|
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
|
||||||
|
I'm rejecting this PEP. Something much better is about to happen;
|
||||||
|
it's too early to say exactly what, but it's not going to resemble
|
||||||
|
the proposal in this PEP too closely so it's better to start a new
|
||||||
|
PEP. GvR.
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
||||||
This proposal puts forth an extensible cooperative mechanism for
|
This proposal puts forth an extensible cooperative mechanism for
|
||||||
|
|
Loading…
Reference in New Issue