Accept PEP 285.

This commit is contained in:
Guido van Rossum 2002-04-03 22:11:23 +00:00
parent 10dbefaed1
commit a1e7d0e0f8
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,7 @@ Index by Category
S 252 Making Types Look More Like Classes van Rossum
S 253 Subtyping Built-in Types van Rossum
S 285 Adding a bool type van Rossum
Open PEPs (under consideration)
@ -91,7 +92,6 @@ Index by Category
S 281 Loop Counter Iteration with range and xrange Hetland
S 282 A Logging System Mick
S 284 Integer for-loops Eppstein, Ewing
S 285 Adding a bool type van Rossum
S 286 Enhanced Argument Tuples von Loewis
S 287 reStructuredText Standard Docstring Format Goodger