Replies: 4 comments 4 replies
|
Much as I like new language features (and am using them in other projects), I'm mindful of things like Raspberry Pis which may be held up on older distros with older Pythons, so I'm trying to keep compatibility with older versions (as long as they're not EOL) as much as possible :) |
0 replies
|
Alllllll right - I will rewrite my code to match with 3.7 then ;-( |
0 replies
Just FYI - 3.7 is EOL since 2023-06-27 |
0 replies
|
Time to upgrade to 3.8 then :) |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Python
3.10introduced (at last!) thematchcommand which corresponds to the ~switchcommand in other languages.It makes life at least 3.8 times easier.
(current version is 3.12)
All reactions