Files
typeshed/stdlib
Rebecca Chen 9b9ff64fc5 tempfile.mkdtemp() should return a str when passed no arguments. (#2893)
Otherwise, pytype expands `AnyStr` to `Union[str, bytes]`, leading
to spurious type errors later on.

* Mark the `dir` argument to mkdtemp as AnyStr.
2019-03-29 23:11:42 +01:00
..
2018-04-06 11:09:11 -07:00
2018-10-24 07:20:53 -07:00