[issue36144] Dictionary union. (PEP 584)

Guido van Rossum report at bugs.python.org
Sat Mar 14 16:05:43 EDT 2020


Guido van Rossum <guido at python.org> added the comment:

I definitely think we should leave Shelf alone, it's a toy class from a different era.

It makes sense to update the weak dicts; hopefully the | and |= operators can be implemented in terms of other, more primitive operations, so we will have assurance that these classes' essential behavior is preserved.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36144>
_______________________________________


More information about the Python-bugs-list mailing list