Remove the revrange() proposal.

This commit is contained in:
Raymond Hettinger 2003-11-03 17:56:40 +00:00
parent 1ae49ce2cc
commit 2aa6c861f6
1 changed files with 0 additions and 11 deletions

View File

@ -159,17 +159,6 @@ library and comments on why reverse iteration was necessary:
underlying list is altered during iteration.
Active Alternative
==================
A simpler, but limited alternative is to create a builtin that takes
the same arguments as *range()* but returns a reverse iterator over the
range. The idea is that much of the benefit of *reversed()* comes
reducing the intellectual effort it takes to express the arguments for
[x]range() when going backwards. A good name is needed for this
alternative -- *revrange()* is cleanest so far.
Rejected Alternatives
=====================