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

Fix #79, #80 -- Fix storing non-ASCII values on Python 2 and binary values on Python 3 #135

Merged
merged 1 commit into from
Nov 14, 2017

Conversation

timgraham
Copy link
Collaborator

Updated from #107

@@ -134,6 +134,7 @@ class Client(threading.local):
_FLAG_INTEGER = 1 << 1
_FLAG_LONG = 1 << 2
_FLAG_COMPRESSED = 1 << 3
_FLAG_TEXT = 1 << 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that adding this new flag breaks environments where 1.58 and 1.59 are running mixed (accidentally or otherwise). Might have been nice to point this out in the release notes, or maybe even bump the major version.

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.

3 participants