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


NVIDIA Releases Free Courses On AI
19/04/2024

NVIDIA has jumped on the AI bandwagon in a big way. Hardware aside, this means working on training material too. Several self- paced courses have been released and for free too!



Grafana 11 Improves Metrics
11/04/2024

Grafana Labs, creators of the Grafana open-source metrics analytics and visualization suite, has announced the preview release of Grafana 11 with improvements to make it easier to view metrics, and ch [ ... ]


More News

raspberry pi books

 

Comments




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

 

Last Updated ( Wednesday, 07 February 2018 )