]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,
authorGuido van Rossum <guido@python.org>
Thu, 5 Jul 2001 13:27:48 +0000 (13:27 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Jul 2001 13:27:48 +0000 (13:27 +0000)
commit3f56166b1aff15136960dfc8ad90f571e14be01a
tree6d39af58334274d80e96f5d59a6e1f3b12f91588
parent25ddc6330f1977c4c650f1002586faf4f7b2c639
Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,
contains, tolist(), and the start/stop/step attributes.  This includes
removing the 4th ('repeat') argument to PyRange_New().
Doc/lib/libstdtypes.tex
Include/rangeobject.h
Objects/rangeobject.c