Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

python.org

Newest Python PEPs

Get the latest updates from Newest Python PEPs directly as they happen.

Follow now 138 followers

Latest posts

Last updated 15 days ago

PEP 810: Explicit lazy imports

17 days ago

This PEP introduces syntax for lazy imports as an explicit language feature:

PEP 809: Stable ABI for the Future

about 1 month ago

The Stable ABI as abi3 can no longer be preserved, and requires...

PEP 807: Index support for Trusted Publishing

about 1 month ago

This PEP proposes a standard mechanism through which arbitrary Python package indices...

PEP 806: Mixed sync/async context managers with precise async marking

about 1 month ago

Python allows the with and async with statements to handle multiple context...

PEP 804: An external dependency registry and name mapping mechanism

about 2 months ago

This PEP specifies a name mapping mechanism that allows packaging tools to...

PEP 803: Stable ABI for Free-Threaded Builds

2 months ago

Version 3.15 of the Stable ABI will be compatible with both free-threaded...

PEP 802: Display Syntax for the Empty Set

2 months ago

We propose a new notation, {/}, to construct and represent the empty...

PEP 799: A dedicated ``profilers`` package for organizing Python profiling tools

3 months ago

This PEP proposes the creation of a new standard library module named...

PEP 800: Solid bases in the type system

3 months ago

To analyze Python programs precisely, type checkers need to know when two...

PEP 798: Unpacking in Comprehensions

3 months ago

This PEP proposes extending list, set, and dictionary comprehensions, as well as...

PEP 794: Import Name Metadata

5 months ago

This PEP proposes extending the core metadata specification for Python packaging to...

PEP 793: PyModExport: A new entry point for C extension modules

5 months ago

In this PEP, we propose a new entry point for C extension...