sivy / pystatsd

Python implementation of the Statsd client/server
http://pypi.python.org/pypi/pystatsd/
BSD 2-Clause "Simplified" License
358 stars 87 forks source link

python3 portability #76

Closed maralla closed 10 years ago

maralla commented 11 years ago

python3 portability, tested with py2.7 and py3.3

sivy commented 10 years ago

@maralla - I added python 3.3 t the Travis build (https://travis-ci.org/sivy/pystatsd/jobs/14878622) and am getting errors. Can you take a look and possibly add any changes needed to get this passing in 2.6, 2.7, and 3.3? I don't use python 3 so am depending on you to find the best solutions.

sivy commented 10 years ago

@maralla - python 3.3 needs to be added to the travis.yml file in your fork in order for it to take effect in the Travis CI build for this pull request. Can you make that change and let's see how the build looks. You may want to go ahead and remove "2.5" from the yaml file as this change is likely going to mean dropping 2.5 support if it's accepted.

Thanks!

maralla commented 10 years ago

@sivy passed travis ci

sivy commented 10 years ago

Excellent. Will merge today and push a new release.