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


Five Tips for Managing Hybrid Development Teams
08/03/2024

Managing hybrid development teams can be challenging, but  can also be a rewarding endeavor. Here are some tips to follow to ensure success. 



SnapCode: A Java IDE for the Web
27/02/2024

Thanks to CheerpJ and WebAssembly you can now run a Java IDE inside your browser and local first.This is SnapCode, and while lightweight and in-browser, is to be not underestimated.


More News

raspberry pi books

 

Comments




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

 

Last Updated ( Wednesday, 07 February 2018 )