-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Rationalize generic exception names #701
Rationalize generic exception names #701
Conversation
- Rename BrokenStreamError to BrokenResourceError - Rename ResourceBusyError to BusyResourceError Fixes python-triogh-620 (and see there for the rationale).
bc9efba
to
016a508
Compare
Codecov Report
@@ Coverage Diff @@
## master #701 +/- ##
==========================================
+ Coverage 83.97% 83.97% +<.01%
==========================================
Files 94 94
Lines 13006 13001 -5
Branches 783 783
==========================================
- Hits 10922 10918 -4
+ Misses 2062 2061 -1
Partials 22 22
Continue to review full report at Codecov.
|
Need to rerun that travis test after #702 is merged, but otherwise I think this is good to go. |
Do we need a news entry? |
Whoops, nice catch! I wrote one, but forgot to |
Yeah, it definitely saved me there :-) |
Fixes gh-620 (and see there for the rationale).