[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: Greg Stein <gstein_at_gmail.com>
Date: Sat, 4 Oct 2008 20:14:53 -0700

On Sat, Oct 4, 2008 at 5:13 PM, <arfrever_at_tigris.org> wrote:
>...
> +++ trunk/subversion/tests/cmdline/commit_tests.py Sat Oct 4 17:13:35 2008 (r33449)
>...
> @@ -1816,7 +1816,7 @@ def from_wc_top_with_bad_editor(sbox):
> None, svntest.verify.AnyOutput,
> 'ci', '--editor-cmd', 'no_such-editor')
>
> - 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.

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 18:10:50 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.