📜 ⬆️ ⬇️

Python 3.0 released

Python 3.0 released (also known as “Python 3000” or “Py3k”) is a new version of the programming language that is not compatible with the 2.x version line. The language is basically the same, but many elements, such as dictionaries and strings, have changed significantly. Removed many obsolete language elements. Some parts of the standard library have been reorganized.

Some resources about Python 3.0:
* What's new in Python 3.0
* Python 3.0 change log.
* Online documentation
* A tool to convert Python 2.x code: 2to3

Download links:
* Gzipped source tarball (3.0) (sig)
* Bzipped source tar ball (3.0) (sig)
* Windows x86 MSI Installer (3.0) (sig)
* Windows AMD64 MSI Installer (3.0) (sig)
')
MD5:
ac1d8aa55bd6d04232cd96abfa445ac4 11191348 Python-3.0.tgz
28021e4c542323b7544aace274a03bed 9474659 Python-3.0.tar.bz2
054131fb1dcaf0bc20b23711d1028099 13421056 python-3.0.amd64.msi
2b85194a040b34088b64a48fa907c0af 13168640 python-3.0.msi


The page with the news on the official site http://python.org/download/releases/3.0/

Source: https://habr.com/ru/post/46143/


All Articles