Cue / scales

scales - Metrics for Python
Apache License 2.0
920 stars 73 forks source link

Added Python 3.3 support #23

Closed pydeveloper94 closed 10 years ago

pydeveloper94 commented 10 years ago

Hi,

I've added Python 3.3 support to this project. All tests pass in versions 2.6, 2.7, and 3.3. Please look at the 2to3 branch for all changes.

pydeveloper94 commented 10 years ago

Thank you thobbs. I just pushed the fixes.

thobbs commented 10 years ago

@pydeveloper94 from my perspective, this should be looking pretty good after the last comments are addressed.

Dear project maintainers, how is this looking to you guys? We're in the process of adding Python 3 support to the Cassandra driver and this is a dependency. Let us know if there's anything you'd like done differently.

PeterScott commented 10 years ago

And now, after grabbing a few other pull requests and setting up Travis-CI testing, I've released a new version to PyPI that incorporates your Python 3 fixes. Thanks!

thobbs commented 10 years ago

@PeterScott awesome, thanks very much! I really appreciate it, especially making a new release.