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

refactor server process(), clarifying code and fixing bugs #72

Closed rjbs closed 11 years ago

rjbs commented 11 years ago
sivy commented 11 years ago

Will this break any current installations? If not, I'll go ahead and merge...

rjbs commented 11 years ago

I should be safe to merge. It should only change implementation, not behavior, other than catching a few type errors earlier.