alexdej / puzpy

Python library for reading and writing across lite crossword puzzle .puz files.
MIT License
112 stars 32 forks source link

Add Python 3 support #9

Closed svisser closed 9 years ago

svisser commented 10 years ago

The library was written a few years ago and relies on Python 2's use of str to represent bytes. This should be adapted to work for both Python 2 and 3.

svisser commented 10 years ago

Looks like I made pull requests on my own repo. The pull request with #10 is meant here.