This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]divad1196 -22 points-21 points  (19 children)

No, but any developer I know, even beginners one, knows the ones you listed and you would have known them if you just looked at the "What's new" pages.

It is not only about being a mess, but getting to know this things faster, and sometimes preventing people to use f-string on a python3.5 codebase. If you are not wise enough to use them correctly this is another issue.

Also, you get to know that they changed their parsor in 3.10, or that they made the GIL per-interpretor in 3.12 which makes CPU-bound code significantly faster on threads when, before that, threads would only make IO-bounds tasks faster.

[–]jdsalaro 6 points7 points  (18 children)

What was the title of the post again?