Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
meowface
on Nov 10, 2013
|
parent
|
context
|
favorite
| on:
Python 2 vs. Python 3: A retrospective
Users of Python 3 and up will just have to remember that the result of any division will be a float.
It's a breaking change, yes, but in general I think it's a good one.
nhaehnle
on Nov 10, 2013
[–]
And if they do want integer division, they have to remember // and %.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's a breaking change, yes, but in general I think it's a good one.