Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3: get_stats function fails due to Bytestring encoding errors #91

Merged
merged 1 commit into from
May 27, 2016
Merged

Conversation

bartTC
Copy link
Contributor

@bartTC bartTC commented Mar 19, 2016

Pull request fix the Python3 Bytestring decoding error in get_stats method, however tests are still missing. (And generally missing for the get_stats method.)
#87 is related, however I prefer the decoding over the bytestring casting, since thats is how its used everywhere else.

@bartTC
Copy link
Contributor Author

bartTC commented Mar 19, 2016

django-memcache-status uses the get_cache method to build it's stats out and tests across Python 2.7 and 3.5.

https://travis-ci.org/bartTC/django-memcache-status/builds/117105759

@linsomniac linsomniac merged commit f7d081e into linsomniac:master May 27, 2016
@linsomniac
Copy link
Owner

Looks good, thanks for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants