Real Python
Real Python

@realpython

6 Tweets 1 reads Jan 02, 2023
🐍 Python News: What's New From September 2022
πŸ‘‰ Python 3.11.0rc2 Was Released
πŸ‘‰ Python 3.11.0 Release Was Postponed Until October 24
πŸ‘‰ Python Introduced a Breaking Change to Fix a Vulnerability
πŸ‘‰ New Releases in the Python Ecosystem
Details below πŸ‘‡
🐍 Python 3.11.0rc2 Was Released
Every month, Python releases several versions from its different development branches.
New releases typically add new features, fix bugs, correct security vulnerabilities, and more.
🐍 Python 3.11.0 Release Was Postponed Until October 24
The Python core development team postponed the final release of Python 3.11.0 due to a week’s delay in the last release candidate, 3.11.0rc2.
Now the official release is scheduled for Monday, October 24, 2022.
🐍 Breaking Change to Fix a Vulnerability
Python 3.10, released its seventh bugfix version out of schedule.
This decision aimed to address a vulnerability that would allow denial of service (DoS) attacks due to the algorithmic complexity of str to int conversions.
🐍 New Releases in the Python Ecosystem
The global Python community never stops pushing the Python ecosystem into the future.
You’ll find plenty of new releases from different projects. Django, pandas, TensorFlow, and Matplotlib are some of September’s list of new releases.
🐍 What’s Next for Python?
So, what’s your favourite piece of Python news from September? Did we miss anything notable?
Read the full post here realpython.com.

Loading suggestions...