Files
typeshed/stdlib
layday 40223373db Update importlib.resources types (#8658)
* Replace `Str[OrBytes]Path` with `str`

A filesystem path is not valid as an abstract resource.

`TraversableResources` cannot only accept strings if `ResourceReader`
accepts both bytes and strings.  `importlib.resources` does not work
with bytes in any case and `ResourceReader` is typed as taking
a `typing.Text` object in `importlib.resources`' source code.

* Update `joinpath` signature from Python 3.11
2022-09-27 20:31:33 +01:00
..
2022-05-20 13:03:45 +02:00
2022-08-22 16:42:37 +01:00
2021-05-06 18:57:33 +03:00
2022-08-04 23:51:42 +02:00
2022-08-12 10:01:26 +02:00
2022-08-04 18:55:18 +02:00
2022-09-26 17:14:33 -07:00
2022-02-19 12:25:51 -08:00
2022-02-19 12:26:45 -08:00
2022-04-18 21:21:19 +03:00
2022-04-01 18:01:23 +01:00
2022-05-22 15:30:09 -07:00
2022-01-30 16:27:06 -08:00
2022-08-29 13:07:59 +01:00
2021-12-22 20:18:19 -08:00
2022-01-01 14:19:05 +02:00
2022-05-22 15:36:50 -07:00
2022-03-03 15:25:30 -08:00
2022-06-28 14:30:50 +02:00
2022-08-23 12:22:12 -07:00
2022-02-19 19:57:43 -08:00