#Python315
Forget* about Python 3.14, the cool kids are on 3.15.0a1! 🚀

🔬 Dedicated profiling package for Python profiling tools
💬 UTF-8 as default encoding
🌊 New C API to create bytes object
⚠️ Better error messages

discuss.python.org/t/python-3-1...

* Don't forget about 3.14

#Python #Python315 #release
Python 3.15 alpha 1
This is an early developer preview of Python 3.15 Major new features of the 3.15 series, compared to 3.14 Python 3.15 is still in development. This release, 3.15.0a1, is the first of seven planned ...
discuss.python.org
October 14, 2025 at 4:07 PM
Just released! 🚀

🎨 termcolor 3.2.0

github.com/termcolor/te...

🟣 Expose `can_colorize` as public API
🟢 Add support for Python 3.15 (🥉 at pyreadiness.org/3.15/)
🔴 Drop support for EOLish Python 3.9

#Python #release #termcolor #Python315 #Python39
Release Release 3.2.0 · termcolor/termcolor
Added Expose can_colorize as public API (#114) @hugovk Add support for Python 3.15 (#123) @hugovk Changed Drop support for Python 3.9 (#121) @hugovk Replace action-pre-commit-uv with prek-action...
github.com
October 26, 2025 at 12:44 PM
Less than one week to:

🥧 Python 3.14 beta! The feature freeze marks 5 months of stabilisation. Please test!

peps.python.org/pep-0745/

🕒 Forget 3.14 (please don't, please test), Python 3.15 development begins! Check out the new release PEP:

peps.python.org/pep-0790/

#Python #Python314 #Python315
PEP 790 – Python 3.15 Release Schedule | peps.python.org
This document describes the development and release schedule for Python 3.15.
peps.python.org
April 30, 2025 at 10:36 AM
The Steering Council accepted @pablogsal.com's PEP 799!

New `profiling` module:

* `tracing`: deterministic function-call tracing (moved from cProfile)
* `sampling`: new statistical sampling profiler

Old `profile` deprecated

discuss.python.org/t/pep-799-a-...
#Python #profiling #PEP799 #Python315
PEP 799 – A dedicated profilers package for organizing Python profiling tool
Hi everyone, This is a straightforward structural proposal: PEP 799 introduces a new profilers standard library module to house Python’s built-in profilers under a single, coherent namespace. It: ...
discuss.python.org
August 21, 2025 at 6:33 PM