Files
typeshed/stdlib
MapleCCC 089dd43eb7 Update stdblib/shelve.pyi (#5816)
Several things done:

1. Replace all occurrences of `Any` by respective concrete types.
2. Make `Shelf` and its subclassses generic. (Fixes #5815)
3. `shelve.open` should return a general `Shelf` object, not `DbfilenameShelf`. The documentation does not expose such implementation detail.
4. The argument `dict` is annotated with an abstract type `MutableMapping` rather than concrete type `Dict`.
5. Remove unnecessary methods. Some of them are inherited from `MutableMapping`, so no need to repeat them here.
6. Use builtin-in generics instead of importing from `typing`.
2021-07-30 06:50:27 -07:00
..
2021-04-29 07:02:52 -07:00
2021-05-02 16:24:34 -07:00
2021-05-17 20:45:48 +02:00
2021-05-06 18:57:33 +03:00
2021-05-01 20:58:30 -07:00
2021-06-24 16:56:09 +03:00
2021-05-30 20:17:33 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-05 17:23:43 +03:00
2021-05-17 20:45:48 +02:00
2021-01-27 12:00:39 +00:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-13 18:20:55 -07:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-04-14 19:14:07 -07:00
2021-05-05 17:23:43 +03:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-07-09 12:54:22 +03:00
2021-04-30 20:05:06 +02:00
2021-05-17 20:45:48 +02:00
2021-07-30 06:50:27 -07:00
2021-03-23 20:56:47 -07:00
2021-05-17 20:45:48 +02:00
2021-05-13 18:20:55 -07:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-04-17 07:03:28 -07:00
2021-06-09 00:27:49 +03:00