mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 08:14:02 +08:00
5d85326ad8
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.