[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 2592 - trunk/subversion/tests/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-20 00:57:42 CEST

Branko Čibej <brane@xbc.nu> writes:
> It's a good thing that Python was written by C programmers, and thus
> taught to cater to their idiosyncracies. I'd still lose the colons at
> the end of the lines, though. :-)

Heh. I already took them out for Ben (I do the same thing all the
time too).

> > # Set our environment's locale to ISO-8859-1
> >- os.putenv('LC_ALL', 'ISO-8859-1')
> >+ locale.setlocale(locale.LC_ALL, 'en_US.ISO8859-1')
>
> This is still not portable, because locale identifiers differ between
> systems. (Windows, for e.g., doesn't use POSIX-compatible locale
> identifiers). Damned if I know what to do.

What are the correct Windows identifiers? We have a `windows'
exported from svntest/main.py variable for just such circumstances...

> Do you notice a certain similarity between two forks in this
> condition? Let's lose the condifion, shall we. And I _think_ it should
> be str(arg).

Already done.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 20 01:10:22 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.