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

Re: [PATCH] Issue #2237: Order of parameters in test scripts.

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2005-03-31 07:30:45 CEST

> + # gnu_getopt is available from python 2.3 upwards
> + major, minor, rest = string.split(sys.version, ".", 2)
> + if major >= 2 and minor >= 3:

What happens when Python has versions 3.0 - 3.2? This test will return
false when you didn't want it to.

Sly

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 31 07:41:13 2005

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.