Post #4385839
2026-07-18 15:34 UTC
๐๐ Out now: the final 3.15 beta, live from the #EuroPython sprints!
All the same goodies as beta 3, plus the official macOS installer now also installs the free-threaded `python3.15t` binary.
And thanks to 3.16 RM @savannah@fosstodon.org for helping out!
https://discuss.python.org/t/python-3-15-0-beta-4-is-here/108208
#Python #Python315
Replies (1)
-
@hugovk@mastodon.social 2026-07-24 16:40
๐๐ Out now: flake8-implicit-str-concat 0.7.0 A Flake8 plugin to encourage string literal concatenation. It can help tidy up after Black/Ruff. This release adds a new ISC004 rule: "unparenthesized implicit string concatenation in collection". See examples in the README. Also support Python 3.15 and use PEP 639 licence expression and remove deprecated Trove classifier. https://github.com/flake8-implicit-str-concat/flake8-implicit-str-concat/releases #Python #release