Y
Hacker News
new
|
ask
|
show
|
jobs
by
rmdashrfstar
2327 days ago
Major version changes are for API compatibility. If there is a change which makes all other 3.* incompatible, then it should be a major version increase.
2 comments
eatonphil
2327 days ago
You're describing something like semver, but Python doesn't do semver.
link
dmurray
2327 days ago
And this change would be fine even if Python did.
link
gnulinux
2327 days ago
Who told you that? I'm looking at PEP 606, it says nothing like what you claim.
https://www.python.org/dev/peps/pep-0606/
link