I've been doing some work on the proton python code recently and I've noticed we're carrying around code to support python 2.5 and perhaps even 2.4.
The only Python 2 version that is still maintained by python.org is 2.7. But RHEL 6/CentOS 6 still support Python 2.6. So I've started removing the support for the earlier versions of python. This simplifies the code somewhat and moves the python code much closer to conventional python. Given that Python 2 stops being maintained at all in a couple of years and "everyone" is migrating to Python 3, I think this should be uncontroversial - any opposition? Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
