[Python-checkins] python/nondist/peps pep-0322.txt,1.11,1.12

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Nov 3 12:56:42 EST 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv24655

Modified Files:
	pep-0322.txt 
Log Message:
Remove the revrange() proposal.

Index: pep-0322.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0322.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pep-0322.txt	2 Nov 2003 07:12:04 -0000	1.11
--- pep-0322.txt	3 Nov 2003 17:56:40 -0000	1.12
***************
*** 160,174 ****
  
  
- 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
  =====================
--- 160,163 ----





More information about the Python-checkins mailing list