8000 Add unittests to document serialisation of tuples by lbolla · Pull Request #246 · msgpack/msgpack-python · GitHub
[go: up one dir, main page]

Skip to content

Add unittests to document serialisation of tuples #246

8000
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

Merged
merged 1 commit into from
Sep 30, 2017

Conversation

lbolla
Copy link
Contributor
@lbolla lbolla commented Sep 29, 2017

Also, fix formatting of error message in case of tuple.
See #245

Also, fix formatting of error message in case of tuple.
See msgpack#245
@jfolz
Copy link
Contributor
jfolz commented Sep 29, 2017

You can use use_list=False in unpack if you want tuples instead of lists.

@lbolla
Copy link
Contributor Author
lbolla commented Sep 29, 2017

@jfolz That's not enough. I want to be able to distinguish between tuples and lists: use_list=False would just deserialise both tuples and lists as tuples.

@lbolla
Copy link
Contributor Author
lbolla commented Sep 29, 2017

By the way, the above CI error seems spurious?

@methane methane merged commit deeda31 into msgpack:master Sep 30, 2017
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
0