alexdej / puzpy

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

Made reverse compatible with Python 2.6 #11

Closed boisvert42 closed 7 years ago

boisvert42 commented 7 years ago

I didn't change any functionality or add any new features. All I did was a minor change that allows this code to work with Python 2.6, since that's the only version of Python my server has.

svisser commented 7 years ago

@boisvert42 thanks for these changes! I have updated the tests as well to be compatible with Python 2.6.

If other changes are needed please let me know. Otherwise I'll build a new package soon and upload that to PyPI.

alexdej commented 7 years ago

@boisvert42 Much appreciated! @svisser thanks for jumping on this 👍

svisser commented 7 years ago

@boisvert42 there is now a new package on PyPI with this change: https://pypi.python.org/pypi/puzpy/0.2.3.