Give your comments on Upgrade to Python 2.3 here. Thanks in advance!


After installing python 2.3 you actually have three versions available

# which python2.3
/usr/bin/python2.3
# which python2.2
/usr/bin/python2.2
# which python2
/usr/bin/python2
# which python
/usr/bin/python

# python2.3 -V
Python 2.3.3
# python2.2 -V
Python 2.2.2
# python2 -V
Python 2.2.2
# python
Python 1.5.2 (#1, Jan 31 2003, 10:58:35)  [GCC 2.96 20000731 (Red Hat Linux 7.3 2 on linux-i386