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-3.8.0 #148

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago

https://www.python.org/downloads/release/python-380/

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