commit | 158af581ae68bd858eae1319845554cfdb742cc4 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jul 15 20:57:35 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jul 15 20:57:35 2003 +0000 |
tree | ecb160ff3ed561638d58078fb4d21ac42e81d49e | |
parent | e37b4ed24e71a9045ec0e552ecac466126481fdc [diff] |
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'.