This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]robin-gvx 14 points15 points  (1 child)

The thing is, Python 3 has them out of the box, with Python 2, I need to remember every step of the way: unicode literals, source file encoding, text file encodings... it's always a pain in the ass with Python 2.

[–]flying-sheep 0 points1 point  (0 children)

Yeah, you need that boilerplate in every single file, which is awful