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

Silence deprecation warning in __repr__ #1690

Closed
wants to merge 1 commit into from

Conversation

bitdancer
Copy link

What do these changes do?

Are there changes in behavior for the user?

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new entry to CHANGES.rst
    • Choose any open position to avoid merge conflicts with other PRs.
    • Add a link to the issue you are fixing (if any) using #issue_number format at the end of changelog message. Use Pull Request number if there are no issues for PR or PR covers the issue only partially.

@codecov-io
Copy link

codecov-io commented Feb 28, 2017

Codecov Report

Merging #1690 into 1.3 will decrease coverage by -0.48%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##              1.3    #1690      +/-   ##
==========================================
- Coverage   98.26%   97.79%   -0.48%     
==========================================
  Files          31       31              
  Lines        7337     7337              
  Branches     1229     1229              
==========================================
- Hits         7210     7175      -35     
- Misses         75       86      +11     
- Partials       52       76      +24
Impacted Files Coverage Δ
aiohttp/client_reqrep.py 97.31% <100%> (-0.58%)
aiohttp/client.py 96.46% <0%> (-2.99%)
aiohttp/helpers.py 95.51% <0%> (-1.29%)
aiohttp/streams.py 97.83% <0%> (-0.97%)
aiohttp/test_utils.py 99.25% <0%> (-0.75%)
aiohttp/client_ws.py 97.83% <0%> (-0.55%)
aiohttp/multipart.py 93.51% <0%> (-0.49%)
aiohttp/web_ws.py 94.44% <0%> (-0.38%)
aiohttp/web_reqrep.py 99.11% <0%> (-0.36%)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98e2053...3f4b747. Read the comment docs.

@fafhrd91
Copy link
Member

this is merged

@fafhrd91 fafhrd91 closed this Mar 14, 2017
@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