]> granicus.if.org Git - python/commit
Fixed test and converted to unittest format.
authorRaymond Hettinger <python@rcn.com>
Tue, 15 Jul 2003 20:57:35 +0000 (20:57 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 15 Jul 2003 20:57:35 +0000 (20:57 +0000)
commit158af581ae68bd858eae1319845554cfdb742cc4
treeecb160ff3ed561638d58078fb4d21ac42e81d49e
parente37b4ed24e71a9045ec0e552ecac466126481fdc
Fixed test and converted to unittest format.

Checking // would call floor division but did not test that
true division had become the default with 'from __future__ import division'.
Lib/test/test_future3.py