Python 3.14.0 beta 1 is here! (pythoninsider.blogspot.com)
from cm0002@lemmy.world to python@programming.dev on 08 May 2025 13:53
https://lemmy.world/post/29327866

#python

threaded - newest

Bigfish@lemmynsfw.com on 08 May 2025 14:35 next collapse

Code name Pi, right? Right?

logging_strict@programming.dev on 10 May 2025 15:26 collapse

read the beta release notes to find out

no spoilers from me

Zenlix@lemm.ee on 08 May 2025 14:35 next collapse

The new template strings look cool and very usefull.

gigachad@sh.itjust.works on 08 May 2025 19:28 next collapse

Syntax highlighting in REPL as you type is big

logging_strict@programming.dev on 10 May 2025 15:52 collapse

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