chardet icon indicating copy to clipboard operation
chardet copied to clipboard

Support Python 3 using 2to3

Open puzzlet opened this issue 11 years ago • 3 comments

But this won't run in Python older than 2.3, in theory.

puzzlet avatar Nov 04 '12 19:11 puzzlet

:+1:

meshy avatar May 26 '13 00:05 meshy

Please don't use 2to3. Many projects started on that road and ended up regretting it.

It's not that hard to have a single codebase that supports Python 2 and Python 3. http://python3porting.com/ has good advice.

mgedmin avatar Oct 22 '13 19:10 mgedmin

I agree, having now converted a couple of bits and bobs myself. This post is a great help :).

meshy avatar Oct 23 '13 10:10 meshy