Y
Hacker News
new
|
ask
|
show
|
jobs
by
saeranv
2067 days ago
Am I correct that 3.10 comes after 3.9? How does that make sense, shouldn't it increase to 4.x? Is there an actual 3.1 (coming after 3.0) that this conflicts with?
2 comments
eznzt
2067 days ago
Version numbers are not decimal numbers, they are read like the chapters of a book: 3.10 (chapter 3 section 10) comes after 3.9 (chapter 3 section 9)
link
theandrewbailey
2067 days ago
10 comes after 9, so 3.10 comes after 3.9. There's no major changes that would warrant 3.x to 4.0. It's just the 10th big release after 3.0.
Yes, there was a Python 3.1:
https://www.python.org/download/releases/3.1/
link