Files
Ivan Levkivskyi fb753c4226 Loosen some types to avoid pain in real-life situations (#4870)
In this diff:
* Loosen `set.__[i]sub__()` to allow typical use cases (that work at runtime). Namely, allow removing `unicode` from a set of `str`, and allow removing optional values from non-optional sets.
* Avoid using union return types in `cryptography` deserialization functions.
* Tune `SupportsItems` so that `dict` implements it on Python 2.

Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
2020-12-29 18:31:14 +00:00
..
2020-08-26 18:36:01 +02:00
2020-08-26 18:36:01 +02:00
2020-10-03 20:22:31 -07:00
2020-08-26 18:36:01 +02:00
2020-09-08 20:24:32 +02:00
2020-06-28 13:31:00 -07:00
2020-11-13 11:25:01 +01:00
2020-06-28 13:31:00 -07:00
2020-11-28 19:26:05 -08:00
2020-06-28 13:31:00 -07:00
2020-12-18 11:44:38 +01:00
2020-09-25 13:57:15 -07:00
2019-11-03 18:26:43 +01:00
2020-06-28 13:31:00 -07:00
2020-06-28 13:31:00 -07:00
2020-07-16 07:01:57 -07:00
2020-06-28 13:31:00 -07:00
2020-12-14 18:32:14 +01:00
2020-06-28 13:31:00 -07:00