You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.9 will add the merge (|) and update (|=) operator support for the built-in dict (PEP 584). We should consider adding the same support for immutables.Map.
The text was updated successfully, but these errors were encountered:
Python 3.9 will add the merge (
|
) and update (|=
) operator support for the built-indict
(PEP 584). We should consider adding the same support forimmutables.Map
.The text was updated successfully, but these errors were encountered: