Bruce Merry
|
55dbb967ad
|
Corrections to the asyncio exception stubs (#1623)
Fixes #1622:
- Missing attribute `LimitOverrunError.consumed`
- Missing attribute `IncompleteReadError.expected` and `.partial`
- `partial` argument to `IncompleteReadError` had incorrect type
- `expected` argument to `IncompleteReadError` missing `Optional`
|
2017-09-22 07:47:17 -07:00 |
|