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

[py3] tests_xmlrpc: do not call str() on bytes #430

Closed
wants to merge 1 commit into from
Closed

[py3] tests_xmlrpc: do not call str() on bytes #430

wants to merge 1 commit into from

Conversation

MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti commented Feb 1, 2017

Calling str() on bytes causes undesired side effect: it adds prefix "b"
to the result of conversion. The method decode() should be used instead.

https://fedorahosted.org/freeipa/ticket/4985

Calling str() on bytes causes undesired side effect: it adds prefix "b"
to the result of conversion. The method decode() should be used instead.

https://fedorahosted.org/freeipa/ticket/4985
@tiran tiran self-requested a review February 2, 2017 08:28
@tiran tiran added the ack Pull Request approved, can be merged label Feb 2, 2017
@MartinBasti
Copy link
Contributor Author

@MartinBasti MartinBasti added the pushed Pull Request has already been pushed label Feb 2, 2017
@MartinBasti MartinBasti closed this Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants