diff options
Diffstat (limited to 'Lib/test/test_float.py')
-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 |