]> granicus.if.org Git - python/commit
Incorporated patch 819077, from George Yoshida:
authorSteve Purcell <steve@pythonconsulting.com>
Sun, 26 Oct 2003 10:41:03 +0000 (10:41 +0000)
committerSteve Purcell <steve@pythonconsulting.com>
Sun, 26 Oct 2003 10:41:03 +0000 (10:41 +0000)
commit397b45d4bacc057884c8ba18f83ef15d9bfb6149
tree0fa61bb1d3b1a65003f0cd9e8786eea9ba3d2326
parenta253e183b807c8108f984758d2b1365bef977e6b
Incorporated patch 819077, from George Yoshida:

* Fixed typo in docstring for 'failUnlessAlmostEqual()'

* Removed unnecessary use of 'float()' for time values.

* Removed apparently unnecessary import of unittest. At some point in
  the distant past I believe it was necessary otherwise the 'TestCase'
  that a module saw was not the same as the 'TestCase' seen within
  'unittest', and the user's TestCase subclasses were not recognised as
  subclasses of the TestCase seen within unittest. Seems not to be
  necessary now.
Lib/unittest.py