mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-10 17:07:29 +08:00
Give it enough information to determine that addinfourl is iterable and that iteration and read methods return bytes. Modeled after what is in stdlib/3/urllib/response.pyi after confirming by looking at Python 2.7 stdlib code.