Y
Hacker News
new
|
ask
|
show
|
jobs
by
baq
1324 days ago
A bit of a tangent here but a similar thing happened with Python 2->3: people focus on Unicode (especially native English speakers) and completely forget that exceptions were made unbroken.
1 comments
masklinn
1324 days ago
I can’t think of anything which was broken exceptions-wise in p2, and was unbroken in p3. Are you talking about the addition of exception chaining?
link
baq
1324 days ago
That, string exceptions, raise from, etc.
link