Kaydet (Commit) be0fdac1 authored tarafından Mark Dickinson's avatar Mark Dickinson

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
........
üst aee3486b
...@@ -39,7 +39,6 @@ class GeneralFloatCases(unittest.TestCase): ...@@ -39,7 +39,6 @@ class GeneralFloatCases(unittest.TestCase):
float('.' + '1'*1000) float('.' + '1'*1000)
@support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE') @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
def test_float_with_comma(self): def test_float_with_comma(self):
# set locale to something that doesn't use '.' for the decimal point # set locale to something that doesn't use '.' for the decimal point
# float must not accept the locale specific decimal point but # float must not accept the locale specific decimal point but
......
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