diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-27 23:02:24 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-27 23:02:24 (GMT) |
commit | be0fdac1521387123c8b3132e1c86bb52a207e15 (patch) | |
tree | e04d65763bd872a52a67497cf478639b08fb7ab8 | |
parent | aee3486b318d11c10520b533735d98ade48776a5 (diff) | |
download | cpython-be0fdac1521387123c8b3132e1c86bb52a207e15.zip cpython-be0fdac1521387123c8b3132e1c86bb52a207e15.tar.gz cpython-be0fdac1521387123c8b3132e1c86bb52a207e15.tar.bz2 |
Merged revisions 75890 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r75890 | mark.dickinson | 2009-10-27 23:00:56 +0000 (Tue, 27 Oct 2009) | 1 line
Remove extra blank line accidentally introduced in r75885
........
-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 |