Python 3.4 Is Now Available With New Features

Written by Michael Larabel in Standards on 17 March 2014 at 12:46 AM EDT. 16 Comments
STANDARDS
Python 3.4.0 is now available as the latest major update to the popular programming language.

Python 3.4 doesn't have any new syntax features but it does have other new features, new library modules, improved library modules, and other enhancements.

New features for the Python 3.4 update include ensuring PIP is always available, newly-created file descriptors are non-inheritable, codec handling improvements, and more.

New modules of Python 3.4 include asyncio for asynchronous I/O support in the standard library, ensurepip, enum for a standard implementation of enumeration types, pathlib for representing file-system paths with semantics for different operating systems, the selectors modle for high-level efficient I/O multi-plexing, a new statistics module for core statistics support in the standard library, and tracemalloc as a debug tool for tracing memory blocks allocated by Python.

Python 3.4 also features various improvements to existing Python modules. Last but not least, Python 3.4 also ships a number of security enhancements.

At the time of writing the Python 3.4 official release announcement has yet to be issued but the new release can be downloaded right now via Python.org. Python 3.4 changes are covered via the Python.org documentation.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week