Re: svn commit: r24383 - trunk/subversion/tests/cmdline/svntest
From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2007-04-05 11:06:24 CEST
hwright@tigris.org wrote:
What version of Python is required for the test suite?
The Python pseudo-boolean values True and False were only added in
http://www.python.org/doc/2.3/whatsnew/section-bool.html
cvs2svn still supports Python 2.2, so we use a module boolean.py:
# Pretend we have true booleans on older python versions:
try:
which is imported like this:
from cvs2svn_lib.boolean import *
Depending on the Python version requirement, similar measures might be
Michael
---------------------------------------------------------------------
|
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.