Issue 358
原文: PyCoder's Weekly - Issue #358
- PEP 584: 在内置 Dict 类中添加+和 - 运算符
- PYTHON.ORG
This PEP suggests adding merge + and difference - operators to the built-in dict class. The merge operator will have the same relationship to the dict.update method as the …
more ...