Some PEP classification updates suggested by David Goodger.
This commit is contained in:
parent
0c228b0b73
commit
4254201e07
|
@ -48,6 +48,7 @@ Index by Category
|
|||
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
|
||||
I 257 Docstring Conventions Goodger, van Rossum
|
||||
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
||||
I 290 Code Migration and Modernization Hettinger
|
||||
|
||||
|
@ -73,7 +74,6 @@ Index by Category
|
|||
S 246 Object Adaptation Evans
|
||||
S 254 Making Classes Look More Like Types van Rossum
|
||||
S 256 Docstring Processing System Framework Goodger
|
||||
S 257 Docstring Conventions Goodger, van Rossum
|
||||
S 258 Docutils Design Specification Goodger
|
||||
S 262 Database of Installed Python Packages Kuchling
|
||||
S 263 Defining Python Source Code Encodings Lemburg
|
||||
|
@ -95,7 +95,7 @@ Index by Category
|
|||
I 283 Python 2.3 Release Schedule van Rossum
|
||||
S 284 Integer for-loops Eppstein, Ewing
|
||||
S 286 Enhanced Argument Tuples von Loewis
|
||||
S 287 reStructuredText Docstring Format Goodger
|
||||
I 287 reStructuredText Docstring Format Goodger
|
||||
I 291 Backward Compatibility for Standard Library Norwitz
|
||||
S 292 Simpler String Substitutions Warsaw
|
||||
S 293 Codec Error Handling Callbacks Dörwald
|
||||
|
@ -245,7 +245,7 @@ Numerical Index
|
|||
S 254 Making Classes Look More Like Types van Rossum
|
||||
SF 255 Simple Generators Schemenauer, et al
|
||||
S 256 Docstring Processing System Framework Goodger
|
||||
S 257 Docstring Conventions Goodger, van Rossum
|
||||
I 257 Docstring Conventions Goodger, van Rossum
|
||||
S 258 Docutils Design Specification Goodger
|
||||
SR 259 Omit printing newline after newline van Rossum
|
||||
SF 260 Simplify xrange() van Rossum
|
||||
|
@ -275,7 +275,7 @@ Numerical Index
|
|||
S 284 Integer for-loops Eppstein, Ewing
|
||||
SF 285 Adding a bool type van Rossum
|
||||
S 286 Enhanced Argument Tuples von Loewis
|
||||
S 287 reStructuredText Docstring Format Goodger
|
||||
I 287 reStructuredText Docstring Format Goodger
|
||||
SD 288 Generators Attributes and Exceptions Hettinger
|
||||
SR 289 Generator Comprehensions Hettinger
|
||||
I 290 Code Migration and Modernization Hettinger
|
||||
|
|
Loading…
Reference in New Issue