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

__repr__ only returns ascii encodable characters #899

Merged
merged 2 commits into from
Jun 3, 2016

Conversation

boylea
Copy link

@boylea boylea commented Jun 2, 2016

What these changes does?

Request.__repr__ and ClientResponse.__repr__ now only contain ascii-encodable characters

Some of the formatting looks pretty gross, but this is how I got it to pass flake8, open to suggestions on how to make it better

How to test your changes?

I added a test for each case

Related issue number

Solves #875

Checklist

  • Code is written and well
  • Tests for the changes are provided
  • Documentation reflects the changes

@coveralls
Copy link

coveralls commented Jun 2, 2016

Coverage Status

Coverage increased (+0.001%) to 98.215% when pulling 120c2e9 on boylea:repr-encoding into c059e0b on KeepSafe:master.

@asvetlov asvetlov merged commit 21241bb into aio-libs:master Jun 3, 2016
@asvetlov
Copy link
Member

asvetlov commented Jun 3, 2016

Thanks!

@lock
Copy link

lock bot commented Oct 29, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants