This commit is contained in:
Neal Norwitz 2005-09-03 05:48:39 +00:00
parent 5126f6dbf7
commit 68db7179ae
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Pronouncement
the premise that the range() format needed fixing, "The whole point
(15 years ago) of range() was to *avoid* needing syntax to specify a
loop over numbers. I think it's worked out well and there's nothing
that needs to be fixed (except range() needs to become an interator,
that needs to be fixed (except range() needs to become an iterator,
which it will in Python 3.0)."
Rationale