Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
airstrike
on July 17, 2019
|
parent
|
context
|
favorite
| on:
What's Coming in Python 3.8
> How long has the code which was transitioned to python lasted?
A long time. 2to3 was good for ~90% of my code, at least
colechristensen
on July 17, 2019
|
next
[–]
Good for 90% of your code is not equivalent to getting precisely the same results from unmodified code written in the 80s.
mixmastamyk
on July 18, 2019
|
parent
|
next
[–]
More likely to mean 90% of projects, not 90% of each file, which would mean that every one was broken.
hdfbdtbcdg
on July 18, 2019
|
prev
[–]
We will review that statement in 30 years!
yxhuvud
on July 18, 2019
|
parent
[–]
Likely, we will review that statement in 2038 at the latest.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
A long time. 2to3 was good for ~90% of my code, at least