[python-win32] Re: upgrading to python 2.4
Tony Meyer
t-meyer at ihug.co.nz
Mon Dec 13 00:49:49 CET 2004
> It's true, that works. But what is the point of developing on 2.4 if
> you have to deploy on 2.3? If you aren't going to be able to
> use any of 2.4's fancy new features when you deploy, why wouldn't you
> do your development under 2.3?
Thinking more long-term, perhaps? Some 2.4's features can be used with 2.3
with appropriate compat modules and so on.
I suspect that one of the main reasons that people have multiple versions
installed for development, though, is to ensure that the code works across
versions, because it's not known what version it will be deployed with.
That's certainly what I do.
=Tony.Meyer
More information about the Python-win32
mailing list