saghul / pythonz

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

Add CPython 3.8.4 #164

Closed ifduyue closed 3 years ago

ifduyue commented 3 years ago

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

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