Files
cpython/Lib
Brandt BucherandGitHub 4663f66f35 bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)
We make `|=` raise TypeError, since it would be surprising if `C.__dict__ |= {'x': 0}` silently did nothing, while `C.__dict__.update({'x': 0})` is an error.
2020-03-07 11:03:09 -08:00
..
2020-02-25 22:06:39 +01:00
2019-12-14 10:37:58 +00:00
2020-02-29 10:34:11 -06:00