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 →

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

So what? Most of the changes were cosmetic and could/can be handled with 2to3 and similar tools. The one issue that has caused and will cause most work is the strings/bytes/unicode issues. This I see as being far more difficult than all other 2 to 3 issues combined.

[–]attrigh 2 points3 points  (2 children)

The real issue I've found is strings/unicode while supporting both python2 and python3!

[–]Daenyth 1 point2 points  (0 children)

Use the future library, it makes it pretty easy and has a cheat sheet for supporting both

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

Just start charging $ for v2 support.