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

Minimum Python for swig-py bindings

From: Eric Gillespie <epg_at_google.com>
Date: 2007-10-11 06:43:31 CEST

glasser@tigris.org writes:

> Author: glasser
> Date: Mon Oct 8 14:24:21 2007
> New Revision: 27029
>
> Log:
> For SWIG-Python tests, use unique names for temp repositories, so that
> multiple executions of the test suite don't stomp on each other (or on
> future executions: client.py doesn't really clean up after itself).
>
> (tempfile.mkdtemp would be better than tempfile.mktemp, but
> subversion/bindings/swig/INSTALL claims we need to support way back to
> Python 2.0.)

mkstemp is new in 2.3, which is over four years old. How many
people are upgrading to svn 1.5 while keeping a four-year-old
Python? Not that many. If we could at least move up to 2.2,
then we could use new-style classes for classes like
svn.delta.Editor and svn.ra.Callbacks .

I see dlr talking in another thread about bumping the
requirements for the Java binding.

I see no reason for the Python binding to be stuck in 2000.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 11 06:43:52 2007

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.