|
|
|
|
|
by gkbrk
339 days ago
|
|
Python has made many breaking changes after 2->3 as well. They don't even bother to increment the major version number any more. I haven't checked, but I wouldn't be surprised if more Python versions contained breaking changes than not. |
|
Aside from the `async` keyword (experience with which seems like it may have driven the design of "soft keywords" for `match` etc.), what do you have in mind that's a language feature as opposed to a standard library deprecation or removal?
Yes, the bytecode changes with every minor version, but that's part of their attempts to improve performance, not a hindrance.