[Patches] [ python-Patches-754632 ] Enhance xrange description by mentioning itertools.repeat

SourceForge.net noreply@sourceforge.net
Sat, 14 Jun 2003 12:52:07 -0700


Patches item #754632, was opened at 2003-06-14 21:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=754632&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Gerrit Holl (gerrit)
Assigned to: Nobody/Anonymous (nobody)
Summary: Enhance xrange description by mentioning itertools.repeat

Initial Comment:
This patch lets the description of the xrange builtin
function include the recently by Alex Martelli on
python-dev described notion that itertools.repeat(None,
n) may be a lot faster than range() or xrange().

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=754632&group_id=5470