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 ๐
PEP 799 โ A dedicated ``profiling`` package for organizing Python profiling tools is now Accepted for Python 3.15 โ
PEP 810 โ Explicit lazy imports is now Accepted for Python 3.15 โ
โค1๐ฅ1๐1
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...