Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add union operator to persistent maps #211

Closed
bowbahdoe opened this issue Sep 15, 2020 · 2 comments
Closed

Add union operator to persistent maps #211

bowbahdoe opened this issue Sep 15, 2020 · 2 comments

Comments

@bowbahdoe
Copy link
Contributor

Python 3.9 adds the union operator to dicts.

https://www.python.org/dev/peps/pep-0584/

As this is part of the read-only api for dicts, pyrsistent should probably also support this behavior.

@tobgu
Copy link
Owner

tobgu commented Oct 4, 2020

Seems reasonable. If you want to put up a PR for it I'd be more than happy to review it!

@tobgu
Copy link
Owner

tobgu commented Jul 3, 2021

Released in 0.18.0.

@tobgu tobgu closed this as completed Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants