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 147 followers

Latest posts

Last updated 12 days ago

PEP 833: Freezing the HTML simple repository API

13 days ago

This PEP proposes freezing the standard HTML representation of the simple repository...

PEP 829: Structured Startup Configuration via .site.toml Files

about 1 month ago

This PEP proposes a TOML-based configuration file format to replace the .pth...

PEP 830: Add timestamps to exceptions and tracebacks

about 2 months ago

This PEP adds an optional __timestamp_ns__ attribute to BaseException that records when...

PEP 828: Supporting 'yield from' in asynchronous generators

about 2 months ago

This PEP introduces support for yield from in an asynchronous generator function.

PEP 827: Type Manipulation

2 months ago

We propose to add powerful type-level introspection and construction facilities to the...

PEP 826: Python 3.16 Release Schedule

2 months ago

This document describes the development and release schedule for Python 3.16.

PEP 825: Wheel Variants: Package Format

3 months ago

This PEP proposes variant wheels, an extension to packaging:specifications/binary-distribution-format that permits building...

PEP 832: Virtual environment discovery

3 months ago

This PEP sets out to help make the discovery of a project’s...

PEP 821: Support for unpacking TypedDicts in Callable type hints

4 months ago

This PEP proposes allowing Unpack[TypedDict] in the parameter list inside Callable, enabling...

PEP 822: Dedented Multiline String (d-string)

4 months ago

This PEP proposes to add a feature that automatically removes indentation from...

PEP 820: PySlot: Unified slot system for the C API

5 months ago

Replace type and module slots with a new, more type-safe structure that...