Skip to content

frozendict v1.5.0

Compare
Choose a tag to compare
@Marco-Sulla Marco-Sulla released this 08 Jul 22:16
· 481 commits to master since this release

Turned back to the dict API:

  • removed is_frozendict and initialized attributes. Added _initialized.
  • removed __add__() and __sub__() methods (wait for PEP 584)