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


Edgeless Systems Announces Continuum AI
14/03/2024

Edgeless Systems has announced the launch of Continuum, a  security solution that provides cloud-based "Confidential AI" services and enables sharing of sensitive data with chatbots such as ChatG [ ... ]



Crazy Clocks
10/03/2024

It's that time again when the clocks change and  time is of the essence and I indulge my interest in crazy clocks. I am always surprised that there are still new ideas for how to display the time [ ... ]


More News

raspberry pi books

 

Comments




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

 

Last Updated ( Wednesday, 07 February 2018 )