PEP 361 states:
With its release on October 29, 2013, all official support for Python 2.6 has ended. Python 2.6 is no longer being maintained for any purpose.
From Porting Python 2 Code to Python 3:
But you should aim for only supporting Python 2.7. Python 2.6 is no longer supported and thus is not receiving bugfixes.
PEP 361 states:
From Porting Python 2 Code to Python 3: