pywhatauto icon indicating copy to clipboard operation
pywhatauto copied to clipboard

Make pywhatauto Python3 compatible

Open Ichabond opened this issue 3 years ago • 0 comments

Ran 2to3 and updated the function calls that gave errors when running. Primarily required changes in irclib.py. Tore out the old torrentparser code and replaced it with 7sDream/torrent_parser Changed most file interactions to text mode instead of binary mode to avoid running decode() manually.

Ichabond avatar Oct 01 '22 11:10 Ichabond