saghul / pythonz

Python installation manager supporting CPython, Stackless, PyPy and Jython
http://saghul.github.io/pythonz
MIT License
749 stars 69 forks source link

Add CPython 2.7.18, the last release of Python 2 #161

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago

https://pythoninsider.blogspot.com/2020/04/python-2718-last-release-of-python-2.html

$ wget -q https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz
$ echo Python-*.tgz | xargs sha256sum | perl -pn -e 's|Python-||;' -e 's|\.tgz$||'  | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}'
'2.7.18': 'da3080e3b488f648a3d7a4560ddee895284c3380b11d6de75edb986526b9a814',