Added PEP 281, Loop Counter Iteration with range and xrange, Magnus
Lie Hetland
This commit is contained in:
parent
6aa5241875
commit
93828e16bc
|
@ -83,6 +83,7 @@ Index by Category
|
|||
S 278 Universal Newline Support Jansen
|
||||
S 279 Enhanced Generators Hettinger
|
||||
S 280 Optimizing access to globals van Rossum
|
||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||
|
||||
Finished PEPs (done, implemented in CVS)
|
||||
|
||||
|
@ -243,6 +244,7 @@ Numerical Index
|
|||
S 278 Universal Newline Support Jansen
|
||||
S 279 Enhanced Generators Hettinger
|
||||
S 280 Optimizing access to globals van Rossum
|
||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
|
||||
|
||||
|
@ -273,6 +275,7 @@ Owners
|
|||
Giacometti, Frédéric B. fred@arakne.com
|
||||
Goodger, David dgoodger@bigfoot.com
|
||||
Griffin, Grant g2@iowegian.com
|
||||
Hetland, Magnus Lie magnus@hetland.org
|
||||
Hettinger, Raymond D. othello@javanet.com
|
||||
Hodgson, Neil neilh@scintilla.org
|
||||
Hudson, Michael mwh@python.net
|
||||
|
|
Loading…
Reference in New Issue