]> granicus.if.org Git - python/commit
Don't use true division where int division was intended. For that matter,
authorTim Peters <tim.peters@gmail.com>
Fri, 2 Aug 2002 19:16:44 +0000 (19:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 2 Aug 2002 19:16:44 +0000 (19:16 +0000)
commitd9ea39db84a78b3b994943bc7490615dfe6b009d
tree0d9e6c97bdde8debfd1dab876df423b594e0335c
parentb48128650455cd163908cd756a651ad37d550eee
Don't use true division where int division was intended.  For that matter,
don't use division at all.
Lib/heapq.py
Lib/test/test_heapq.py