Eric Gillespie wrote:
> "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!
I've no direct knowledge about that convention, and therefore have no reason
to doubt you. If you'd like to rollback this portion of the change (leaving
the fix made to test_svn_dav_log_parse.py), I won't object.
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2008-01-24 23:13:09 CET