Hacker News new | ask | show | jobs
by wodenokoto 1628 days ago
But wasn't this proposal part of the move to python 3? strings where broken left and right anyway.
1 comments

Right, there was lots of deliberate breakage, _and_ this is purely syntaxual hence the sort of thing 2to3 could trivially deal with.
> the sort of thing 2to3 could trivially deal with

2to3 could also trivially add +, and if anything, that would actually help surface these kind of bugs, because if you randomly see a + in the middle of your list of strings, it's much easier to spot the bug than if there was a missing comma.