Post #1054142
2026-04-08 16:27 UTC
New releases!
๐ #Python 3.15.0a8!
๐ Python 3.14.4!
๐ Python 3.13.13!
๐ผ๏ธ Pillow 12.2.0!
https://blog.python.org/2026/04/python-3150a8-3144-31313/
https://pillow.readthedocs.io/en/latest/releasenotes/12.2.0.html
โ ๏ธ Final 3.15 alpha: only 4 weeks until the feature freeze! ๐ง
New in this alpha:
๐งต PEP 803: โabi3tโ: Stable ABI for free-threaded builds
๐ช Windows 64-bit binaries use the tail-calling interpreter for up to 40% speedup!
https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-windows-tail-calling-interpreter
๐ฆ REPL: colour tab completion with fancycompleter
#Python313 #Python314 #Python315 #Pillow #release
Replies (2)
-
@hugovk@mastodon.social 2026-04-08 16:27
More in the final 3.15 alpha: ๐จ๏ธ pprint: new `expand` arg for Black-like output (let's make it default?) ๐ง bytes.replace() count arg can be a keyword ๐ wave: IEEE floating-point WAVE audio support, new getformat()/setformat() โฑ๏ธ timeit: configurable target time for autorange() Please test and give feedback! #Python #Python315 #release
-
@kevinbowen@hachyderm.io 2026-04-08 17:07
minor typo: s/3.13.3/3.13.13/ Thanks for all of your hard work!