Fix mismatch of PEP 339's title and what listed in the index.
This commit is contained in:
parent
03ecd8842d
commit
854454ef09
|
@ -59,7 +59,7 @@ Index by Category
|
||||||
I 291 Backward Compatibility for Standard Library Norwitz
|
I 291 Backward Compatibility for Standard Library Norwitz
|
||||||
I 306 How to Change Python's Grammar Hudson
|
I 306 How to Change Python's Grammar Hudson
|
||||||
I 333 Python Web Server Gateway Interface v1.0 Eby
|
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 356 Python 2.5 Release Schedule Norwitz, et al
|
||||||
I 3000 Python 3.0 Plans Kuchling, Cannon
|
I 3000 Python 3.0 Plans Kuchling, Cannon
|
||||||
|
|
||||||
|
@ -392,7 +392,7 @@ Numerical Index
|
||||||
SR 336 Make None Callable McClelland
|
SR 336 Make None Callable McClelland
|
||||||
S 337 Logging Usage in the Standard Library Dubner
|
S 337 Logging Usage in the Standard Library Dubner
|
||||||
S 338 Executing modules inside packages with '-m' Coghlan
|
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
|
SR 340 Anonymous Block Statements GvR
|
||||||
SF 341 Unifying try-except and try-finally Brandl
|
SF 341 Unifying try-except and try-finally Brandl
|
||||||
SF 342 Coroutines via Enhanced Generators GvR, Eby
|
SF 342 Coroutines via Enhanced Generators GvR, Eby
|
||||||
|
|
Loading…
Reference in New Issue