[Python-checkins] r75890 - python/branches/py3k/Lib/test/test_float.py

mark.dickinson python-checkins at python.org
Wed Oct 28 00:00:56 CET 2009


Author: mark.dickinson
Date: Wed Oct 28 00:00:56 2009
New Revision: 75890

Log:
Remove extra blank line accidentally introduced in r75885

Modified:
   python/branches/py3k/Lib/test/test_float.py

Modified: python/branches/py3k/Lib/test/test_float.py
==============================================================================
--- python/branches/py3k/Lib/test/test_float.py	(original)
+++ python/branches/py3k/Lib/test/test_float.py	Wed Oct 28 00:00:56 2009
@@ -39,7 +39,6 @@
         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


More information about the Python-checkins mailing list