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

Re: svn commit: rev 2081 - trunk/subversion/tests/clients/cmdline/svntest

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-06-04 23:30:04 CEST

brane@tigris.org writes:

> Now make this look like Python, not C. :-)
>
> if (not error_expected) and (stderr_lines):
> - for line in stderr_lines:
> - print line,
> + map(lambda x: sys.stdout.write(x), lines)

Funny, that looks more like Lisp to me. :-)

Is sys.stdout.write() better than 'print'?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 4 23:31:39 2002

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.