Commit fa712ca1 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

Note:  This test fails on Windows.  Don't know why yet.
parent fe36fc91
...@@ -10,10 +10,10 @@ StringType = type('') ...@@ -10,10 +10,10 @@ StringType = type('')
# Test the old and obsolescent fpformat module. # Test the old and obsolescent fpformat module.
# #
# (It's obsolescent because fix(n,d) == "%.*f"%(d,n) and # (It's obsolescent because fix(n,d) == "%.*f"%(d,n) and
# sci(n,d) == "%.*e"%(d,n) # sci(n,d) == "%.*e"%(d,n)
# for all reasonable numeric n and d, except that sci gives 3 exponent # for all reasonable numeric n and d, except that sci gives 3 exponent
# digits instead of 2. # digits instead of 2.
# #
# Differences only occur for unreasonable n and d. <.2 wink>) # Differences only occur for unreasonable n and d. <.2 wink>)
...@@ -64,4 +64,3 @@ class FpformatTest(unittest.TestCase): ...@@ -64,4 +64,3 @@ class FpformatTest(unittest.TestCase):
self.fail("No exception on non-numeric sci") self.fail("No exception on non-numeric sci")
run_unittest(FpformatTest) run_unittest(FpformatTest)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment