PEP 758 β Allow ``except`` and ``except*`` expressions without parentheses is now Final at Python 3.14 π
PEP 734 β Multiple Interpreters in the Stdlib is now Accepted for Python 3.14 β
PEP 779 β Criteria for supported status for free-threaded Python is now Accepted for Python 3.14 β
PEP 734 β Multiple Interpreters in the Stdlib is now Final at Python 3.14 π
π New PEP 778 β Supporting Symlinks in Wheels by Emma Harper Smith
Status: Deferred β³
Type: Standards Track π
Created: May 18, 2024
Join the community discussion
Status: Deferred β³
Type: Standards Track π
Created: May 18, 2024
Join the community discussion
Python Enhancement Proposals (PEPs)
PEP 778 β Supporting Symlinks in Wheels | peps.python.org
Wheels currently do not handle symlinks well, copying content instead of making symlinks when installed. To properly handle distributing libraries in wheels, we propose a new LINKS metadata file to handle symlinks in a platform portable manner. This spe...
PEP 590 β Vectorcall: a fast calling protocol for CPython is now Final at Python 3.8 π
PEP 728 β TypedDict with Typed Extra Items is now Accepted for Python 3.15 β
π New PEP 810 β Explicit lazy imports by Pablo Galindo, GermΓ‘n MΓ©ndez Bravo, Thomas Wouters, Dino Viehland, Brittany Reynoso, Noah Kim, Tim Stumbaugh
Status: Draft π
Type: Standards Track π
Created: October 02, 2025
Target Version: 3.15
Join the community discussion
Status: Draft π
Type: Standards Track π
Created: October 02, 2025
Target Version: 3.15
Join the community discussion
Discussions on Python.org
PEP 810: Explicit lazy imports
π Hi everyone, We are very exited to share with you PEP 810: Explicit lazy imports: Weβre proposing an opt-in lazy import syntax that defers module loading until first use, aiming for faster startup, lower memory, and clear semantics with zero overhead whenβ¦
PEP 768 β Safe external debugger interface for CPython is now Final at Python 3.14 π
PEP 779 β Criteria for supported status for free-threaded Python is now Final at Python 3.14 π
PEP 649 β Deferred Evaluation Of Annotations Using Descriptors is now Final at Python 3.14 π