]> granicus.if.org Git - python/commit
Fix xrange tests now that xrange() (like many other places) no longer
authorThomas Wouters <thomas@python.org>
Mon, 17 Apr 2006 13:16:50 +0000 (13:16 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 17 Apr 2006 13:16:50 +0000 (13:16 +0000)
commit07519f8712241397bcb98efa19e2e7ec9257c18c
treea8691c2fea35506056f3103a80e5f7a5eef8d70e
parentba617af2989bd2eb625100b377e0cb745cae5f11
Fix xrange tests now that xrange() (like many other places) no longer
silently converts floats to integers when expecting integer values.
Lib/test/test_xrange.py