Yelp / python-gearman

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

allow hostnames to be passed as unicode in GearmanConnection #71

Open ealogar opened 9 years ago

ealogar commented 9 years ago

Allow that gearman connections strings can be set as unicode

svisser commented 9 years ago

This is now also fixed in a Python 2.x / 3.x compatibility branch: https://github.com/svisser/python-gearman/commit/88613b869128d51145da3a27dd666b9c8cb3e30b. In theory this should allow us to support Unicode text in both Python versions.