Skip to content
TILens What matters today in tech v0.0.9
Theme

Daily edition · Python

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

12 Apr 2026 edition
Python

PEP 830: Add timestamps to exceptions and tracebacks

This PEP adds an optional timestamp to all exceptions that records when the exception was instantiated with no observable overhead. When enabled via environment variable or command-line flag, formatted tracebacks…

Source: Python PEPs Gregory P. Smith
Python GitHub

python-poetry/poetry: 2.3.4

Fixed Fix a performance regression in the wheel installer that was introduced in Poetry 2.3.3 (#10821). Fix a path traversal vulnerability in sdist extraction on Python 3.10.0-3.10.12 and 3.11.0-3.11.4 that could allow…

Source: Poetry Releases radoering