mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 01:53:24 +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`