Files
typeshed/stdlib
Michael Lee 97bc450acd Make typing.IO inherit Iterator, not Iterable (#502)
In Python, it's possible to use the `next` builtin method on file
objects produced by `open`. This change modifies `typing.IO` so this
usage will successfully typecheck.
2016-08-27 23:31:16 -07:00
..
2016-08-26 13:34:42 -07:00
2016-08-23 18:57:46 -07:00