Python 3.6.0 Beta 1
Written by Mike James   
Friday, 16 September 2016

 

nocomment

Sometimes the news is reported well enough elsewhere and we have little to add other than to bring it to your attention.

No Comment is a format where we present original source information, lightly edited, so that you can decide if you want to follow it up. 

 

 

Release highlights

New syntax features: 

  • global or nonlocal statement must now textually appear before the first use of the affected name in the same scope. Previously this was a SyntaxWarning.
  • PEP 498: Formatted string literals
  • PEP 515: Underscores in Numeric Literals
  • PEP 526: Syntax for Variable Annotations
  • PEP 525: Asynchronous Generators
  • PEP 530: Asynchronous Comprehensions

Security improvements: 

  • On Linux, os.urandom() now blocks until the system urandom entropy pool is initialized to increase the security. See the PEP 524for the rationale.
  • hashlib and ssl now support OpenSSL 1.1.0.
  • The default settings and feature set of the ssl have been improved.
  • The hashlib module has got support for BLAKE2, SHA-3 and SHAKE hash algorithms and scrypt() key derivation function.

 Windows improvements:

The next planned release of Python 3.6 will be 3.6.0b2, currently scheduled for 2016-10-03.

More information about the release schedule can be found here: https://www.python.org/dev/peps/pep-0494/

Related Articles

Python 3.5 Released

PyPy 5.0 Released

IPython 5.0-LTS Released

The Weekly Top 10: Python Web Development Resources

 

 python3

 

Banner


The University of Tübingen's Self-Driving Cars Course
22/03/2024

The recorded lectures and the written material of a course on Self-Driving Cars at the University of Tübingen have been made available for free. It's a first class opportunity to learn the in an [ ... ]



Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Last Updated ( Wednesday, 07 February 2018 )