[Python-checkins] r75892 - in python/branches/release31-maint: Lib/test/test_float.py

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


Author: mark.dickinson
Date: Wed Oct 28 00:02:24 2009
New Revision: 75892

Log:
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
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Lib/test/test_float.py

Modified: python/branches/release31-maint/Lib/test/test_float.py
==============================================================================
--- python/branches/release31-maint/Lib/test/test_float.py	(original)
+++ python/branches/release31-maint/Lib/test/test_float.py	Wed Oct 28 00:02:24 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