Simeon Visser
Simeon Visser
There is a warning in the docs about `sys.exc_info()` which is about assigning the traceback object to a variable: > Warning: Assigning the traceback return value to a local variable...
@rwarren I solved it by switching to: https://pypi.python.org/pypi/beanstalkc3.
If encoding or decoding fails, should we raise Python's built-in exceptions or wrap them in a `BeanstalkcException`? Similarly, when encoding is `None` and a Unicode string is passed to `put`...
@seveas given that `beanstalkc` isn't 3.x compatible yet, would you be okay with the code in your pull request as a package on PyPI (i.e., a fork of `beanstalkc`, say,...
Not your work but Python 3.x compatibility for this library has been going on for years: https://github.com/earl/beanstalkc/issues/33. Unless something happens things just appear to have stalled.
Have you considered keeping one branch and incrementally working towards 2.x and 3.x support? This seems an easier approach than branching-off to support Python 3 and then merging it back...
The logic is implemented here: https://github.com/ambv/black, you should probably file this issue there.
That module is provided by the [`puzpy`](https://pypi.python.org/pypi/puzpy) package (for reading `.puz` files). Could you try to run `pip install puzpy` and try again? I'll update the README to make this...
Hi, it's been a while since I worked on this project but could you perhaps clarify why this change is correct? I looked at a few sources ([one](https://code.google.com/archive/p/puz/wikis/FileFormat.wiki), [two](https://web.archive.org/web/20110806052658/http://acrossdown.net/specification.htm)) but...
Thanks for reporting this, it's indeed possible (likely) that this was missed when implementing this library. I'd have to look into it and create a fix for it. Pull requests...