whatsapp-parser icon indicating copy to clipboard operation
whatsapp-parser copied to clipboard

python3 support

Open manu-chroma opened this issue 8 years ago • 1 comments

since, the project has no dependencies, it should be relatively easy to extend support for python3.

something like 2to3 can come in really handy. https://docs.python.org/2/library/2to3.html

manu-chroma avatar Feb 02 '17 21:02 manu-chroma

Even better than that, we could write it in Python 2 and 3. at this point, I think it should be trivial to fix the minor details that block us from running python 3. https://wiki.python.org/moin/PortingToPy3k/BilingualQuickRef

nmoya avatar Feb 03 '17 13:02 nmoya