Hacker News new | ask | show | jobs
by cwyers 3822 days ago
> This way people will actually switch.

Or they could stay on Python 2.7 forever.

1 comments

And the great thing about Python 2.7 is it supports both syntaxes: I can, and often do, from __future__ import print_function, but I don't have to; hell, if Python 3 just defaulted that on but let you turn it off for modules on a different import path, that would have been much more intelligent than what they did :/.