Re: gettext lint tools



On Sun, 2004-01-25 at 14:40, Pedro Morais wrote:
> Em Sábado 24 Janeiro 2004 18:17, Christian Neumair escreveu:
> > Wow! These tools rock, really! :)
> 
> Thanks :-)
> 
> > The tools require the "python2" interpreter by default, I have
> > python2.2/2.3 installed, though. Maybe you could use a python env var
> > that is determined through some macro (there are some available) and do
> > scriptname.in-> scriptname magic.
> > Just a random comment. Keep up the good work.
> 
> I can switch to 'python', it's just that where I've used it python2 == python 
> == python2.x.
> I'll change to just 'python', 
> I've used some String methods, it couldn't be hard to port it to python 1.x 
> and the string module. Comments welcome, I haven't a Python 1.x interpreter 
> available.

You should be able to safely just call 'python' (and use Python 2
features). People still using Python 1.5.2 and who do not wish to
upgrade should be able to make the change from calling python to calling
python1.5 for themselves -- such people should be in the minority these
days (three years down the track from Python having been released).

These are really nice tools, by the way (and I, for one, am grateful you
wrote them in Python, but that is irrelevant to their functionality).

Cheers,
Malcolm




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]