[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r33449 - in trunk: build/generator build/generator/util subversion/tests/cmdline tools/backup tools/dev tools/dev/iz

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 5 Oct 2008 13:31:01 +0300 (Jerusalem Daylight Time)

Greg Stein wrote on Sat, 4 Oct 2008 at 20:14 -0700:
> On Sat, Oct 4, 2008 at 5:13 PM, <arfrever_at_tigris.org> wrote:
> > - err = " ".join(map(string.strip, err))
> > + err = " ".join(map(str.strip, err))
>
> I don't think that Python 2.2 had str.strip. It has "".strip, but I
> don't think the constructor functions grew additional methods until
> later.
>
> Do you have a Python 2.2 handy to check this? If not, then I'll grab
> one and build it.
>

    % python -c 'print str.strip("foo")'
    foo
    % python -V
    Python 2.2.1

> Cheers,
> -g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-05 17:55:17 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.