Skip to content

Latest commit

 

History

History
140 lines (82 loc) · 3.12 KB

3.13.rst

File metadata and controls

140 lines (82 loc) · 3.12 KB

What's New In Python 3.13

Release:|release|
Date: |today|

This article explains the new features in Python 3.13, compared to 3.12.

For full details, see the :ref:`changelog <changelog>`.

Note

Prerelease users should be aware that this document is currently in draft form. It will be updated substantially as Python 3.13 moves towards release, so it's worth checking back even after reading earlier versions.

Summary -- Release highlights

New Features

Other Language Changes

New Modules

  • None yet.

Improved Modules

Optimizations

Deprecated

Removed

Porting to Python 3.13

This section lists previously described changes and other bugfixes that may require changes to your code.

Build Changes

C API Changes

New Features

Porting to Python 3.13

Deprecated

Removed