PEP 791 β math.integer --- submodule for integer-specific mathematics functions is now Final at Python 3.15 π
PEP 793 β PyModExport: A new entry point for C extension modules is now Accepted for Python 3.15 β
π New PEP 822 β Dedented Multiline String (d-string) by Inada Naoki
Status: Draft π
Type: Standards Track π
Created: January 05, 2026
Target Version: 3.15
Join the community discussion
Status: Draft π
Type: Standards Track π
Created: January 05, 2026
Target Version: 3.15
Join the community discussion
Python Enhancement Proposals (PEPs)
PEP 822 β Dedented Multiline String (d-string) | peps.python.org
This PEP proposes to add a feature that automatically removes indentation from multiline string literals.
PEP 534 β Improved Errors for Missing Standard Library Modules is now Withdrawn π³οΈ
π New PEP 818 β Adding the Core of the Pyodide Foreign Function Interface to Python by Hood Chatham
Status: Draft π
Type: Standards Track π
Created: December 10, 2025
Target Version: 3.15
Join the community discussion
Status: Draft π
Type: Standards Track π
Created: December 10, 2025
Target Version: 3.15
Join the community discussion
Python Enhancement Proposals (PEPs)
PEP 818 β Adding the Core of the Pyodide Foreign Function Interface to Python | peps.python.org
Pyodide is a distribution of Python for JavaScript runtimes, including browsers. Browsers are a universal computing platform. As with C for Unix family operating systems, in the browser platform all fundamental capabilities are exposed through the JavaS...
π New PEP 825 β Wheel Variants: Package Format by Jonathan Dekhtiar, MichaΕ GΓ³rny, Konstantin SchΓΌtze, Ralf Gommers, Andrey Talman, Charlie Marsh, Michael Sarahan, Eli Uriegas, Barry Warsaw, Donald Stufft, Andy R. Terrel
Status: Draft π
Type: Standards Track π
Created: February 17, 2026
Join the community discussion
Status: Draft π
Type: Standards Track π
Created: February 17, 2026
Join the community discussion
Python Enhancement Proposals (PEPs)
PEP 825 β Wheel Variants: Package Format | peps.python.org
This PEP proposes variant wheels, an extension to packaging:specifications/binary-distribution-format that permits building multiple variants of the same package while embedding additional compatibility data. The specific properties are stored inside th...
PEP 803 β "abi3t": Stable ABI for Free-Threaded Builds is now Accepted for Python 3.15 β