mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
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`