From: Collin Winter Date: Wed, 29 Aug 2007 23:41:34 +0000 (+0000) Subject: Revert r57685 (weird merge result). X-Git-Tag: v3.0a1~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95fb569f4678f516b707b743bacc1be684a71d0b;p=thirdparty%2FPython%2Fcpython.git Revert r57685 (weird merge result). --- diff --git a/Lib/string.py b/Lib/string.py index a061558d7657..de364de56b50 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -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)