pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.66k stars 1.73k forks source link

dict datastructures could include `|` and `|=` behavior #2977

Closed davidism closed 3 weeks ago

davidism commented 3 weeks ago

Python 3.9 added two operators to dict:

Implement this for our various dict datastructures (assuming it makes sense in each case).