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

Re: [PATCH] remove hardcoded python versions

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: Thu, 24 Jan 2008 14:05:14 -0800

"C. Michael Pilato" <cmpilato_at_collab.net> writes:

> Olaf Hering wrote:
> > Just use plain python binary.
> > Everyone has a recent python installed, noone ships python2.2 named binaries.
> >
> > --- tools/server-side/svn_dav_log_parse.py
> > +++ tools/server-side/svn_dav_log_parse.py
> > @@ -1,4 +1,4 @@
> > -#!/usr/bin/python2.2
> > +#!/usr/bin/python

> Committed in r28999. Thanks.

-0, I'd like to roll this back. pythonX.X in a #! line is a
standard way of specifying to users which version of Python it
expects. This isn't even an executable tool; it's a module!

-- 
Eric Gillespie <*> epg_at_pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-24 23:06:26 CET

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.