On 8/29/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > What's this about?
No idea, looks like a bad merge. I've reverted it in r57688. > On 8/29/07, collin.winter <[email protected]> wrote: > > 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) > > > > > > _______________________________________________ > > Python-3000-checkins mailing list > > [email protected] > > http://mail.python.org/mailman/listinfo/python-3000-checkins > > > > > -- > --Guido van Rossum (home page: http://www.python.org/~guido/) > _______________________________________________ > Python-3000-checkins mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-3000-checkins > _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
