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 new dict functionality since Python 3.9 #194

Open
andy-maier opened this issue May 5, 2024 · 0 comments
Open

Add new dict functionality since Python 3.9 #194

andy-maier opened this issue May 5, 2024 · 0 comments

Comments

@andy-maier
Copy link
Contributor

andy-maier commented May 5, 2024

Functionalities added to the dict class between Python 3.9 and 3.12 are:

  • d | other - Added in Python 3.9.
  • d |= other - Added in Python 3.9.
@andy-maier andy-maier self-assigned this May 5, 2024
@andy-maier andy-maier added this to the 2.1.0 milestone May 5, 2024
@andy-maier andy-maier modified the milestones: 2.0.4, 2.1.0 Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant