]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* rangeobject.[ch], bltinmodule.c: incorporate new version of range
authorGuido van Rossum <guido@python.org>
Tue, 21 Dec 1993 22:50:31 +0000 (22:50 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Dec 1993 22:50:31 +0000 (22:50 +0000)
commit7d6aa51b56c6337ad5b1cb880f7c075290777f51
treef178129af702b8adcb635ceac5ab9779925a7b64
parentc4f169cc5a990c9015782733b26bca4b2616ac24
* rangeobject.[ch], bltinmodule.c: incorporate new version of range
  object (unchanged from source except "range" -> "xrange").
Include/rangeobject.h
Objects/rangeobject.c
Python/bltinmodule.c