Python 3.14.0 beta 1 is here!

https://pythoninsider.blogspot.com/2025/05/python-3140-beta-1-is-here.html

17 points · 5 comments · view on lemmy.world

5 Comments

Bigfish@lemmynsfw.com · 7 pts · 1y (1 reply)

Code name Pi, right? Right?

logging_strict@programming.dev · 1 pts · 1y

read the beta release notes to find out

no spoilers from me

Zenlix@lemm.ee · 3 pts · 1y

The new template strings look cool and very usefull.

gigachad@sh.itjust.works · 3 pts · 1y

Syntax highlighting in REPL as you type is big

logging_strict@programming.dev · 1 pts · 1y

Three-argument pow() now tries calling rpow() if necessary. Previously it was only called in two-argument pow() and the binary power operator. (Contributed by Serhiy Storchaka in gh-130104.)

that's a nail or wart that has been sticking out since forever