Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
Programming

Submission + - Python 3.3.0 Released (python.org)

An anonymous reader writes: After just over a month of release candidates, the final version of Python 3.3 launched today. This version includes new syntax, including the yield from expression for generator delegation; new library modules, including fault handler (for debugging crashes), ipaddress, and lzma for data compression using the XZ/LZMA algorithm; a reworked OS and I/O exception hierarchy; the venv module for programmatic access to Python virtual environments; and a host of API changes. The full list of features and the change log are both available.

Slashdot Top Deals

In any formula, constants (especially those obtained from handbooks) are to be treated as variables.

Working...