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.2 #157

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago
$ wget -q https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tgz
$ echo Python-*.tgz | xargs sha256sum | perl -pn -e 's|Python-||;' -e 's|\.tgz$||'  | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}'
'3.8.2': 'e634a7a74776c2b89516b2e013dda1728c89c8149b9863b8cea21946daf9d561',
saghul commented 4 years ago

Feel free to merge!