]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert r57685 (weird merge result).
authorCollin Winter <collinw@gmail.com>
Wed, 29 Aug 2007 23:41:34 +0000 (23:41 +0000)
committerCollin Winter <collinw@gmail.com>
Wed, 29 Aug 2007 23:41:34 +0000 (23:41 +0000)
Lib/string.py

index a061558d7657aadbe6b4170bd826b506a610764c..de364de56b506ca22762ddfc933648b962e36683 100644 (file)
@@ -231,7 +231,6 @@ class Formatter:
                 # format the object and append to the result
                 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)