[Python-checkins] CVS: python/nondist/peps pep-0253.txt,NONE,1.1 pep-0000.txt,1.89,1.90

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 14 May 2001 06:43:26 -0700


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

Modified Files:
	pep-0000.txt 
Added Files:
	pep-0253.txt 
Log Message:
Checking in a stub of PEP 253.

--- NEW FILE: pep-0253.txt ---
PEP: 253
Title: Subtyping Built-in Types
Version: $Revision: 1.1 $
Author: guido@python.org (Guido van Rossum)
Status: Draft
Type: Standards Track
Python-Version: 2.2
Created: 14-May-2001
Post-History:

Abstract

    This PEP proposes ways for creating subtypes of existing built-in
    types, either in C or in Python.

Introduction

    [XXX to be done.]


Copyright

    This document has been placed in the public domain.

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

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -r1.89 -r1.90
*** pep-0000.txt	2001/04/23 18:34:56	1.89
--- pep-0000.txt	2001/05/14 13:43:23	1.90
***************
*** 53,56 ****
--- 53,57 ----
   I   251  pep-0251.txt  Python 2.2 Release Schedule            Warsaw
   S   252  pep-0252.txt  Making Types Look More Like Classes    van Rossum
+  S   253  pep-0253.txt  Subtyping Built-in Types               van Rossum
  
   Py-in-the-sky PEPs (not ready; may become active yet)
***************
*** 173,176 ****
--- 174,178 ----
   I   251  pep-0251.txt  Python 2.2 Release Schedule            Warsaw
   S   252  pep-0252.txt  Making Types Look More Like Classes    van Rossum
+  S   253  pep-0253.txt  Subtyping Built-in Types               van Rossum