Author: collin.winter
Date: Thu Aug 30 01:41:34 2007
New Revision: 57688

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/string.py
Log:
Revert r57685 (weird merge result).


Modified: python/branches/py3k/Lib/string.py
==============================================================================
--- python/branches/py3k/Lib/string.py  (original)
+++ python/branches/py3k/Lib/string.py  Thu Aug 30 01:41:34 2007
@@ -232,7 +232,6 @@
                 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)
 
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to