atlas news
  Python org : peps
31  march     00h00
PEP 829: Package Startup Configuration Files
   This PEP changes the way packages influence Python’s startup process. Previously controlled through legacy .pth files parsed and executed by the site...
15  march     00h00
PEP 830: Add timestamps to exceptions and tracebacks
   This PEP adds an optional timestamp ns attribute to BaseException that records when the exception was instantiated with no observable overhead. When...
14  march     00h00
PEP 831: Frame Pointers Everywhere: Enabling System-Level Observability for Python
   This PEP proposes two things:
07  march     00h00
PEP 828: Supporting ’yield from’ in asynchronous generators
   This PEP introduces support for yield from in an asynchronous generator function.
27  february     00h00
PEP 827: Type Manipulation
   We propose adding powerful type-level introspection and construction facilities to Python’s type system. This design is inspired largely by...
23  february     00h00
PEP 826: Python 3.16 Release Schedule
   This document describes the development and release schedule for Python 3.16.
17  february     00h00
PEP 825: Wheel Variants: Package Format
   This PEP proposes variant wheels, an extension to packaging:specifications binary-distribution-format that permits building multiple variants of the...
19  january     00h00
PEP 832: Virtual environment discovery
   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...
12  january     00h00
PEP 821: Support for unpacking TypedDicts in Callable type hints
   This PEP proposes allowing Unpack[TypedDict] in the parameter list inside Callable, enabling concise and type-safe ways to describe keyword-only...
05  january     00h00
PEP 822: Dedented Multiline String (d-string)
   This PEP proposes to add a feature that automatically removes indentation from multiline string literals.