Yelp / python-gearman

Gearman API - Client, worker, and admin client interfaces
http://github.com/Yelp/python-gearman/
Other
242 stars 123 forks source link

Various changes towards making codebase compatible with 2.x and 3.x #63

Closed svisser closed 7 years ago

svisser commented 10 years ago

This commit makes all non-risky changes towards making the codebase compatible with Python 2.x and Python 3.x. More work is needed to make all tests pass and to ensure Unicode / bytes separation happens properly.

The changes made in this commit are:

svisser commented 7 years ago

Closing this; please see https://pypi.python.org/pypi/py3gearman instead.