On Tue, Nov 25, 2008 at 4:34 PM, Joe Bell <[EMAIL PROTECTED]> wrote:
> Thanks all for the information and patch - I suppose I'm behind on my
> Python releases.
>
> In the past I've added a version check guard to my Python scripts:
>
> #
> # This is probably the lowest version of Python we're comfortable
> with
> # requiring
> #
> if sys.version_info < (2, 4, 1):
> print("svngroup: Python 2.4.1 or higher is required")
> sys.exit(1)
I think we would like meld to run on as many pythons as possible.
Perhaps 1.5 would be to far in the past, so a test like that could
be added for it...
--
Vincent Legoll
_______________________________________________
meld-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/meld-list