Checking in a stub of PEP 253.
This commit is contained in:
parent
4c7859a849
commit
d1e2189144
|
@ -52,6 +52,7 @@ Index by Category
|
||||||
S 250 pep-0250.txt Using site-packages on All Platforms Moore
|
S 250 pep-0250.txt Using site-packages on All Platforms Moore
|
||||||
I 251 pep-0251.txt Python 2.2 Release Schedule Warsaw
|
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 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)
|
Py-in-the-sky PEPs (not ready; may become active yet)
|
||||||
|
|
||||||
|
@ -172,6 +173,7 @@ Numerical Index
|
||||||
S 250 pep-0250.txt Using site-packages on All Platforms Moore
|
S 250 pep-0250.txt Using site-packages on All Platforms Moore
|
||||||
I 251 pep-0251.txt Python 2.2 Release Schedule Warsaw
|
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 252 pep-0252.txt Making Types Look More Like Classes van Rossum
|
||||||
|
S 253 pep-0253.txt Subtyping Built-in Types van Rossum
|
||||||
|
|
||||||
|
|
||||||
Key
|
Key
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
PEP: 253
|
||||||
|
Title: Subtyping Built-in Types
|
||||||
|
Version: $Revision$
|
||||||
|
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:
|
Loading…
Reference in New Issue