Products.btreefolder2

Latest version: v5.1

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

2.13.3

-------------------

- `keys`, `values` and `items` methods are now exactly the same as
`objectIds`, `objectValues` and `objectItems`. They did the same before
already but duplicated the code.

2.13.2

-------------------

- `objectValues` and `objectItems` no longer do a special handling when no
special `spec` is requested as `objectIds` already does the correct
handling.

2.13.1

-------------------

- Make sure that methods returning objects return them Acquisition wrapped.

- Be more careful in calling our own keys, values and items methods, as
sub-classes might have overridden some of them.

2.13.0

-------------------

- Changed the `objectIds`, `objectItems` and `objectValues` methods to use the
internal OOBTree methods directly if no `spec` argument is passed.

- Change implementation of `keys`, `items` and `values` method to access the
`self._tree` OOBTree methods directly. This avoids lookups in the meta_types
structures.

- Implement the full dictionary protocol including `__getitem__`,
`__delitem__`, `__setitem__`, `__nonzero__`, `__iter__` and `__contains__`.

- Released as separate package.

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.