What's this about?

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

Reply via email to