|
|
|
|
|
by zahlman
339 days ago
|
|
> Python has made many breaking changes after 2->3 as well. 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. |
|
In C, dotnet, Rust or even Javascript, stdlib breakages are basically the same as language breakages. Python is an outlier for this.