]> granicus.if.org Git - python/commit
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
authorRaymond Hettinger <python@rcn.com>
Wed, 5 Jun 2002 23:12:45 +0000 (23:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 5 Jun 2002 23:12:45 +0000 (23:12 +0000)
commitc4c453f5ae0a245aa0dd59431c323911c47f2735
tree12218c6354e18f6992ed5e7b6f92cd1a5ef3436d
parentf97b2d7dad06e48e3bc255f16329fda1dc966da4
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
Also, added more regression tests to cover the new type and test its
conformity with range().
Lib/test/test_b2.py
Lib/types.py
Objects/rangeobject.c
Python/bltinmodule.c