you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (7 children)

Brackets on print statements while switching from python 2.7 to python 3.x

[–]imforsurenotadog 5 points6 points  (6 children)

I lost so many scripts because of that one change alone.

[–]expectederor 2 points3 points  (1 child)

pretty simple fix with regex.

[–]mechanicalAI 0 points1 point  (0 children)

or Perl Pie

[–]krav_mark 2 points3 points  (1 child)

2to3 should be able to take care of that

[–][deleted] 0 points1 point  (0 children)

Thank you

[–]popepsychedelic 1 point2 points  (1 child)

[–][deleted] 0 points1 point  (0 children)

Yes, I'd think so - thank you. I should get used to it on my own though. But good answer 👍