Hacker News new | ask | show | jobs
by collinmanderson 3367 days ago
2.0 is just a time-based version numbering change. Besides dropping Python 2 support, 1.11 -> 2.0 will not be any more of a break compared to 1.8 -> 1.9.

If your code works on 1.11 without warnings, it will work on 2.0 just fine.

1 comments

> Besides dropping Python 2 support

"Apart from that Mrs Lincoln, how did you enjoy the play?"