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