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 ✅