Files
typeshed/stdlib/2
Denis Laxalde 838e02334e Fix type of imp.find_module() (#3465)
find_module is documented to return a tuple (file, pathname,
description) where "file" is open file object and "description" a tuple
(suffix, mode, type). The type of "file" was wrong ("str" instead of
"IO[Any]") as well as that of "suffix" ("IO[Any]" instead of "str");
probably those type definitions were swapped.

Fixes #3466.
2019-11-20 10:29:05 +00:00
..
2019-10-29 19:52:05 -07:00
2019-11-20 10:29:05 +00:00
2018-10-24 07:20:53 -07:00
2018-10-24 07:20:53 -07:00
2018-11-23 09:51:44 -08:00