[Python-3000-checkins] r57685 - in python/branches/py3k: Lib/string.py

collin.winter python-3000-checkins at python.org
Thu Aug 30 01:37:10 CEST 2007


Author: collin.winter
Date: Thu Aug 30 01:37:10 2007
New Revision: 57685

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/string.py
Log:


Modified: python/branches/py3k/Lib/string.py
==============================================================================
--- python/branches/py3k/Lib/string.py	(original)
+++ python/branches/py3k/Lib/string.py	Thu Aug 30 01:37:10 2007
@@ -232,6 +232,7 @@
                 result.append(self.format_field(obj, format_spec))
 
         self.check_unused_args(used_args, args, kwargs)
+        self.check_unused_args(used_args, args, kwargs)
         return ''.join(result)
 
 


More information about the Python-3000-checkins mailing list