Comment on SHA-256 Certificates Are ComingparentComments−deckiedan12yI was bitten recently when I found that CentOS 6.5+ actually still has Python 2.6 !!!! as the default python.I thought I could get away with a few python2.7isms, but apparently not :-(−nuxi712y[root@vm-centos5 ~]# pythonPython 2.4.3 (#1, Jan 9 2013, 06:47:03)[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2Type "help", "copyright", "credits" or "license" for more information.
Comments
I was bitten recently when I found that CentOS 6.5+ actually still has Python 2.6 !!!! as the default python.
I thought I could get away with a few python2.7isms, but apparently not :-(
[root@vm-centos5 ~]# python
Python 2.4.3 (#1, Jan 9 2013, 06:47:03)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.