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 10 days ago

PEP 838: Adding python-version to pyvenv.cfg

12 days ago

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

PEP 840: Name Resolution in Class Namespaces

12 days ago

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

PEP 837: Name Resolution in Class Namespaces

12 days 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

25 days ago

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

PEP 835: Shorthand syntax for Annotated type metadata

about 2 months ago

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

PEP 833: Freezing the HTML simple repository API

3 months ago

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

PEP 832: Virtual environment discovery

6 months ago

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

PEP 830: Add timestamps to exceptions and tracebacks

4 months ago

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

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

4 months ago

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

PEP 828: Supporting 'yield from' in asynchronous generators

5 months ago

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

PEP 827: Type Manipulation

5 months ago

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