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.5 #165

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago

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

[duyue@v-1 ~]$ PS1='\$ '
$ wget -q https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tgz
$ sha256sum Python-*.tgz | perl -pn -e 's|Python-||;' -e 's|\.tgz$||'  | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}'
'3.8.5': '015115023c382eb6ab83d512762fe3c5502fa0c6c52ffebc4831c4e1a06ffc49',