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.3 #162

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago

https://pythoninsider.blogspot.com/2020/05/python-383-is-now-available.html

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