Update PEP 0.

This commit is contained in:
Georg Brandl 2007-04-21 15:51:51 +00:00
parent 5181528369
commit f956fb4ab6
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,6 @@ Index by Category
S 754 IEEE 754 Floating Point Special Values Warnes S 754 IEEE 754 Floating Point Special Values Warnes
S 3101 Advanced String Formatting Talin S 3101 Advanced String Formatting Talin
S 3108 Standard Library Reorganization Cannon S 3108 Standard Library Reorganization Cannon
S 3114 Renaming iterator.next() to iterator.__next__() Yee
S 3116 New I/O Stutzbach, Verdone, GvR S 3116 New I/O Stutzbach, Verdone, GvR
S 3117 Postfix Type Declarations Brandl S 3117 Postfix Type Declarations Brandl
S 3118 Revising the buffer protocol Oliphant, Banks S 3118 Revising the buffer protocol Oliphant, Banks
@ -182,6 +181,7 @@ Index by Category
SF 3104 Access to Names in Outer Scopes Yee SF 3104 Access to Names in Outer Scopes Yee
SF 3105 Make print a function Brandl SF 3105 Make print a function Brandl
SF 3107 Function Annotations Winter, Lownds SF 3107 Function Annotations Winter, Lownds
SF 3114 Renaming iterator.next() to iterator.__next__() Yee
Empty PEPs (or containing only an abstract) Empty PEPs (or containing only an abstract)
@ -467,7 +467,7 @@ Numerical Index
SA 3111 Simple input built-in in Python 3000 Roberge SA 3111 Simple input built-in in Python 3000 Roberge
SA 3112 Bytes literals in Python 3000 Orendorff SA 3112 Bytes literals in Python 3000 Orendorff
SA 3113 Removal of Tuple Parameter Unpacking Cannon SA 3113 Removal of Tuple Parameter Unpacking Cannon
S 3114 Renaming iterator.next() to iterator.__next__() Yee SF 3114 Renaming iterator.next() to iterator.__next__() Yee
SA 3115 Metaclasses in Python 3000 Talin SA 3115 Metaclasses in Python 3000 Talin
S 3116 New I/O Stutzbach, Verdone, GvR S 3116 New I/O Stutzbach, Verdone, GvR
S 3117 Postfix Type Declarations Brandl S 3117 Postfix Type Declarations Brandl