Python 3.4 Steps Closer With New Features

Written by Michael Larabel in Free Software on 9 September 2013 at 11:51 AM EDT. 44 Comments
FREE SOFTWARE
The second alpha release of Python 3.4 is now available and with it comes a range of improvements over Python 3.3.

Among the changes to be found with today's Alpha 2 update of Python 3.4 include:

- A standardized enum module.
- Improved semantics for object finalization.
- Single-dispatch generic functions for the standard library.
- A new C API for custom memory allocators.
- Changing file descriptors so they are not inherited by default in sub-processes.
- Other small improvements and bug-fixes.

More details on Python 3.4 Alpha 2 can be found out about at Python.org.
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