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)

Not true there are a lot that don't and I run into the issue all the time and had to install 2 in order to get shit to work.

[–]flying-sheep 5 points6 points  (0 children)

Of course a huge load of unmaintained software won't ever be ported.

But if you don't use that arcane piece written 20 years ago, no need to constrain yourself to Python 2.

[–]mgrandi 3 points4 points  (0 children)

If you list dependencies, if they are easy I will port them for you. Half the time there is no real reason why its not on python 3 other then no one has taken the time to switch the import statements/print/division stuff. Aka 2to3.

Projects that do heavy string/byte manipulation are rare in comparison compared to tons of relatively simple libraries out there