mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Matches the implementation in https://github.com/python/cpython/blob/3.4/Lib/http/client.py#L308 The ignore works around python/mypy#5027 (commented further up in the 3.5 branch). Part of #1476.