[Python-checkins] CVS: python/nondist/peps pep-0245.txt,NONE,1.1

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 21 Mar 2001 10:53:47 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv26077

Added Files:
	pep-0245.txt 
Log Message:
PEP 245, Python Interfaces, Michel Pelletier

(moderately superficial editorial & spell checking pass by Barry).


--- NEW FILE: pep-0245.txt ---
PEP: 245
Title: Python Interfaces
Version: $Revision: 1.1 $
Author: michel@digicool.com (Michel Pelletier)
Discussions-To: http://www.zope.org/Wikis/Interfaces
Status: Draft 
Type: Standards Track
Created: 11-Jan-2001
Python-Version: 2.2
Post-History: 


Introduction

    This PEP describes a Python interface model and a proposed syntax
    for creating interface objects in Python.


Background
[...1019 lines suppressed...]
        http://python.sourceforge.net/peps/pep-0236.html

    [7] PEP 230, Warning Framework, van Rossum
        http://python.sourceforge.net/peps/pep-0236.html

    [8] http://www.zope.org/Wikis/Interfaces

    [9] http://www.zope.org/Wikis/Interfaces/InterfacesUseCases


Copyright

    This document has been placed in the public domain.



Local Variables:
mode: indented-text
indent-tabs-mode: nil
End: