Files
typeshed/stdlib/3
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-11-13 20:09:30 +01:00
2019-10-29 19:52:05 -07:00
2019-07-27 10:58:21 +02:00
2019-11-20 10:29:05 +00:00
2019-07-27 10:58:21 +02:00
2017-04-30 14:16:30 -07:00
2019-08-05 08:08:57 -07:00
2018-08-18 19:25:48 -07:00
2019-07-27 10:58:21 +02:00
2017-10-08 21:12:19 -07:00
2019-07-27 10:58:21 +02:00