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

Latest posts

Last updated 2 days ago

PEP 843: Export Statement for DRY Re-exports

19 days ago

Large libraries separate their implementation layout (the tree of modules convenient for...

PEP 839: PyFrozenSetWriter and PyFrozenDictWriter C API

about 1 month ago

Add two builder (“writer”) C APIs, PyFrozenSetWriter and PyFrozenDictWriter, following the design...

PEP 844: ``public`` and ``private`` builtins

19 days ago

This PEP proposes adding two new builtin functions, public() and private(), which...

PEP 841: Adding Frozen Syntax to Optimize Immutable Types

about 1 month ago

This PEP proposes frozen display syntax: f{1, 2, 3} evaluates to a...

PEP 842: Module Exports

about 1 month ago

This PEP proposes an __export__ variable that modules can define to limit...

PEP 838: Adding python-version to pyvenv.cfg

about 1 month ago

This PEP proposes adding a python-version field to pyvenv.cfg which records the...

PEP 840: Name Resolution in Class Namespaces

about 1 month ago

There is a long-standing inconsistency in the way variable names are resolved...

PEP 837: Name Resolution in Class Namespaces

about 1 month ago

There is a long-standing inconsistency in the way variable names are resolved...

PEP 836: JIT Go Brrr: The Path to a Supported JIT Compiler for CPython

about 2 months ago

The experimental Just-in-Time (JIT) compiler has been part of CPython’s main branch...

PEP 835: Shorthand syntax for Annotated type metadata

2 months ago

This proposal introduces a shorthand syntax for typing.Annotated using the @ operator...

PEP 833: Freezing the HTML simple repository API

4 months ago

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

PEP 832: Virtual environment discovery

7 months ago

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