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

Collin Winter collinw at gmail.com
Thu Aug 30 02:00:15 CEST 2007


On 8/29/07, Guido van Rossum <guido at python.org> wrote:
> What's this about?

No idea, looks like a bad merge. I've reverted it in r57688.

> On 8/29/07, collin.winter <python-3000-checkins at python.org> 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
> > Python-3000-checkins at python.org
> > http://mail.python.org/mailman/listinfo/python-3000-checkins
> >
>
>
> --
> --Guido van Rossum (home page: http://www.python.org/~guido/)
> _______________________________________________
> Python-3000-checkins mailing list
> Python-3000-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-3000-checkins
>


More information about the Python-3000-checkins mailing list