Link Hub Manager

📰 Newest Python PEPs

Newest Python Enhancement Proposals (PEPs): Information on new language features and some meta-information like release procedure and schedules.

📊 Rythme de publication (100 derniers articles)

📈 1,9 article / mois — soit ~1 article tous les 16 jours · dernier le 12/06/2026 00:00

42026-01 : 1 article101/262026-02 : 3 articles302/262026-03 : 4 articles403/262026-04 : 1 article104/2605/262026-06 : 1 article106/26

10 articles datés · regroupés par mois.

⭐ Qualité du flux — note pondérée selon le standard podcast ouvert (PSP-1)
100/100 A

✅ 6 bons points sur 6 critères évalués.

🔒 Le détail du calcul (note par critère : intégrité technique, découvrabilité, conformité podcast ouvert…) est réservé aux abonnés — connectez-vous.

🗒️ Articles (10 affichés)
📄 10
📄 Article PEP 829: Package Startup Configuration Files
31/03/2026 00:00

This PEP changes the way packages influence Python’s startup process. Previously controlled through legacy .pth files parsed and executed by the site.py file during interpreter startup, such files are used to extend sys.path and execute package initialization code before control is passed to the fir…

Lire l'article →
📄 Article PEP 830: Add timestamps to exceptions and tracebacks
15/03/2026 00:00

This PEP adds an optional __timestamp_ns__ attribute to BaseException that records when the exception was instantiated with no observable overhead. When enabled via environment variable or command-line flag, formatted tracebacks display this timestamp alongside the exception message.

Lire l'article →
📄 Article PEP 827: Type Manipulation
27/02/2026 00:00

We propose adding powerful type-level introspection and construction facilities to Python’s type system. This design is inspired largely by TypeScript’s conditional and mapped types, but is adapted to the distinct semantics and constraints of Python’s typing model.

Lire l'article →
📄 Article PEP 825: Wheel Variants: Package Format
17/02/2026 00:00

This PEP proposes variant wheels, an extension to packaging:specifications/binary-distribution-format that permits building multiple variants of the same package while embedding additional compatibility data. The specific properties are stored inside the wheel, and expressed via a human-readable var…

Lire l'article →
📄 Article PEP 832: Virtual environment discovery
19/01/2026 00:00

This PEP sets out to help make the discovery of a project’s virtual environment easier for tools by providing a default location as well as a way for a project to point to its preferred virtual environment when it differs from the default location.

Lire l'article →