Added PEP 3000 lines.

This commit is contained in:
Guido van Rossum 2006-04-05 20:06:56 +00:00
parent de237d3e7a
commit ef6c7042a0
1 changed files with 6 additions and 4 deletions

View File

@ -43,6 +43,7 @@ Index by Category
I 11 Removing support for little used platforms von Loewis
I 12 Sample reStructuredText PEP Template Goodger, Warsaw
P 347 Migrating the Python CVS to Subversion von Löwis
P 3000 Python 3000 GvR
P 3001 Reviewing and improving stdlib modules Brandl
I 3099 Things that will Not Change in Python 3000 Brandl
@ -75,8 +76,6 @@ Index by Category
S 228 Reworking Python's Numeric Model Zadka, GvR
S 237 Unifying Long Integers and Integers Zadka, GvR
S 243 Module Repository Upload Mechanism Reifschneider
S 245 Python Interface Syntax Pelletier
S 246 Object Adaptation Evans
S 256 Docstring Processing System Framework Goodger
S 258 Docutils Design Specification Goodger
S 266 Optimizing Global Variable/Attribute Access Montanaro
@ -193,6 +192,8 @@ Index by Category
SR 240 Adding a Rational Literal to Python Craig, Zadka
SR 242 Numeric Kinds Dubois
SR 244 The `directive' Statement von Loewis
SR 245 Python Interface Syntax Pelletier
SR 246 Object Adaptation Evans
SR 254 Making Classes Look More Like Types GvR
SR 259 Omit printing newline after newline GvR
SD 262 Database of Installed Python Packages Kuchling
@ -301,8 +302,8 @@ Numerical Index
SR 242 Numeric Kinds Dubois
S 243 Module Repository Upload Mechanism Reifschneider
SR 244 The `directive' Statement von Loewis
S 245 Python Interface Syntax Pelletier
S 246 Object Adaptation Evans
SR 245 Python Interface Syntax Pelletier
SR 246 Object Adaptation Evans
IF 247 API for Cryptographic Hash Functions Kuchling
IF 248 Python Database API Specification v1.0 Lemburg
IF 249 Python Database API Specification v2.0 Lemburg
@ -416,6 +417,7 @@ Numerical Index
S 358 The "bytes" Object Schemenauer
SR 666 Reject Foolish Indentation Creighton
S 754 IEEE 754 Floating Point Special Values Warnes
P 3000 Python 3000 GvR
P 3001 Reviewing and improving stdlib modules Brandl
I 3099 Things that will Not Change in Python 3000 Brandl
I 3100 Python 3.0 Plans Kuchling, Cannon