]> granicus.if.org Git - python/commit
Fixed support for containment test when a negative step is used; this
authorFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 19:42:43 +0000 (19:42 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 19:42:43 +0000 (19:42 +0000)
commit0b796fa5c56611341f039c5ab6ed17a2b63833d2
treeff6832a88968ff22c90a139efa141dbb15fcf209
parenta91e1650aafd63e7940a1c838aa1377981ad459c
Fixed support for containment test when a negative step is used; this
*really* closes bug #121965.

Added three attributes to the xrange object: start, stop, and step.  These
are the same as for the slice objects.
Objects/rangeobject.c