commit | 19db13bcc793aa5c9e818f7cbd2869ea0ea3a4bc | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jul 15 21:03:13 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jul 15 21:03:13 2003 +0000 |
tree | 5a686b53b21ee0a032b2118bfcf43625c8f29f58 | |
parent | 158af581ae68bd858eae1319845554cfdb742cc4 [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'.