Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins

r66277 - python/trunk/Lib/test/test_float.py

 

 

Python checkins RSS feed   Index | Next | Previous | View Threaded


python-checkins at python

Sep 6, 2008, 4:19 PM

Post #1 of 1 (52 views)
Permalink
r66277 - python/trunk/Lib/test/test_float.py

Author: benjamin.peterson
Date: Sun Sep 7 01:19:15 2008
New Revision: 66277

Log:
fix missing module

Modified:
python/trunk/Lib/test/test_float.py

Modified: python/trunk/Lib/test/test_float.py
==============================================================================
--- python/trunk/Lib/test/test_float.py (original)
+++ python/trunk/Lib/test/test_float.py Sun Sep 7 01:19:15 2008
@@ -55,7 +55,7 @@
self.assertRaises(ValueError, float, " -0x3.p-1 ")
self.assertRaises(ValueError, float, " +0x3.p-1 ")
self.assertEqual(float(" 25.e-1 "), 2.5)
- self.assertEqual(fcmp(float(" .25e-1 "), .025), 0)
+ self.assertEqual(test_support.fcmp(float(" .25e-1 "), .025), 0)

def test_floatconversion(self):
# Make sure that calls to __float__() work properly
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins

Python checkins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.