Fix mismatch of PEP 339's title and what listed in the index.

This commit is contained in:
Brett Cannon 2006-03-02 22:05:48 +00:00
parent 03ecd8842d
commit 854454ef09
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ Index by Category
I 291 Backward Compatibility for Standard Library Norwitz
I 306 How to Change Python's Grammar Hudson
I 333 Python Web Server Gateway Interface v1.0 Eby
I 339 Design of CPython's Compiler Cannon
I 339 Design of the CPython Compiler Cannon
I 356 Python 2.5 Release Schedule Norwitz, et al
I 3000 Python 3.0 Plans Kuchling, Cannon
@ -392,7 +392,7 @@ Numerical Index
SR 336 Make None Callable McClelland
S 337 Logging Usage in the Standard Library Dubner
S 338 Executing modules inside packages with '-m' Coghlan
I 339 Design of CPython's Compiler Cannon
I 339 Design of the CPython Compiler Cannon
SR 340 Anonymous Block Statements GvR
SF 341 Unifying try-except and try-finally Brandl
SF 342 Coroutines via Enhanced Generators GvR, Eby