On Sat, 2 Feb 2008 08:55:10 -0600 [EMAIL PROTECTED] wrote:
> Anybody who installed multiple versions of Python on their computer today -
> at least in the Unixoid world - already has to know about "make altinstall"
> so they don't accidentally obliterate the python symlink.  I don't
> understand what all the fuss is.

And - at least in my experience - chances are good that nothing but
the simplest scripts will work on multiple versions anyway, because
they don't have the same set of third party - or possibly even builtin
- modules installed, unless someone took care to make sure that
exactly that happened, and even then the scripts generally only moved
one direction.

And it's not like backwards compatibility problems are unheard of,
either with Python and pretty much every other language community.  I
think the fuss is because the Python community has generally taken
more care with this than other languages, and in this case we're
explicitly ignoring it.

    <mike

-- 
Mike Meyer <[EMAIL PROTECTED]>          http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to