diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-27 23:00:56 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-27 23:00:56 (GMT) |
commit | 70ec8ee2ed718de3ce3c6b47238cc6e688b87f7c (patch) | |
tree | 54ed942e03db4147c50888e0aaae13069cffef7a /Lib | |
parent | 035265540ad9619b4427c6a650d4d7664e5c206d (diff) | |
download | cpython-70ec8ee2ed718de3ce3c6b47238cc6e688b87f7c.zip cpython-70ec8ee2ed718de3ce3c6b47238cc6e688b87f7c.tar.gz cpython-70ec8ee2ed718de3ce3c6b47238cc6e688b87f7c.tar.bz2 |
Remove extra blank line accidentally introduced in r75885
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_float.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_float.py b/Lib/test/test_float.py index 05783b0..8ac936a 100644 --- a/Lib/test/test_float.py +++ b/Lib/test/test_float.py @@ -39,7 +39,6 @@ class GeneralFloatCases(unittest.TestCase): float('.' + '1'*1000) @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE') - def test_float_with_comma(self): # set locale to something that doesn't use '.' for the decimal point # float must not accept the locale specific decimal point but |