Files
typeshed/stdlib
Matt Bogosian f55dff80f0 Override os._Environ.__ior__ (#6921)
Supporting the `|=` operator for `os.environ` was introduced in Python 3.9. However,
this led to false negatives in type checking statements like `os.environ |= {"k": "v"}`
and `os.environ |= [("k", "v")]` because the definition inherited from
`typing.MutableMapping` was insufficient. This addresses that deficiency.

Fixes #6919.
2022-01-15 15:52:31 -08:00
..
2022-01-08 16:09:29 +01:00
2022-01-15 15:52:31 -08:00
2022-01-13 17:05:20 +02:00
2021-12-22 20:18:19 -08:00
2022-01-08 16:09:29 +01:00
2021-05-06 18:57:33 +03:00
2022-01-05 11:27:58 +01:00
2022-01-08 16:09:29 +01:00
2021-12-22 20:18:19 -08:00
2022-01-08 20:57:03 +02:00
2022-01-13 17:05:20 +02:00
2022-01-08 16:09:29 +01:00
2022-01-08 16:09:29 +01:00
2022-01-15 15:30:58 -08:00
2021-12-10 21:48:46 -08:00
2022-01-08 16:09:29 +01:00
2022-01-14 13:36:48 +01:00
2021-12-22 20:18:19 -08:00
2022-01-05 17:58:03 +02:00
2022-01-10 12:07:04 +01:00
2021-04-14 19:14:07 -07:00
2022-01-04 11:12:27 +02:00
2022-01-15 15:20:08 -08:00
2021-12-22 20:18:19 -08:00
2022-01-08 16:09:29 +01:00
2021-12-22 20:18:19 -08:00
2021-12-22 20:18:19 -08:00
2022-01-08 16:09:29 +01:00
2022-01-01 14:19:05 +02:00
2021-11-27 23:11:53 -08:00
2021-12-22 20:18:19 -08:00