Skip to content

Add new dict functionality since Python 3.9 #194

@andy-maier

Description

@andy-maier

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions