On 26.01.2016 15:34, Matt Wheeler wrote:
The only slight issue you might encounter is that Python 3.2 is quite
old now and actually not as well supported as Python 2.7 (many
projects support Python 2.7 or 3.3+ only). Best to just try out your
script and find out though.
Right. For example, pip dropped support for Python 3.2 last week. So if
you need to install it make sure you do it via:
curl https://bootstrap.pypa.io/3.2/get-pip.py | python3.2
see: https://github.com/pypa/get-pip
then ignore the upgrade advice because pip versions 8.0.0 and above will
not work for you.
--
https://mail.python.org/mailman/listinfo/python-list