From: Mark Dickinson Date: Tue, 27 Oct 2009 23:00:56 +0000 (+0000) Subject: Remove extra blank line accidentally introduced in r75885 X-Git-Tag: v3.2a1~2289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70ec8ee2ed718de3ce3c6b47238cc6e688b87f7c;p=python Remove extra blank line accidentally introduced in r75885 --- diff --git a/Lib/test/test_float.py b/Lib/test/test_float.py index 05783b0760..8ac936a93a 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