Repoze.folder

Latest version: v1.0

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

Scan your dependencies

Page 3 of 3

0.3

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

Backwards Incompatibilities
~~~~~~~~~~~~~~~~~~~~~~~~~~~

- When a new object is added using ``__setitem__`` with the same name
as an existing object, a KeyError is now raised rather than the item
being silently replaced.

- API methods accepting a ``name`` (``__setitem__``, ``__getitem__``,
``get``, ``__contains__``, and ``__delitem__``) now attempt to
decode bytestrings to Unicode using the utf-8 encoding before
performing the action the method implies.

- Previously, it was possible to store either an ASCII bytestring or a
Unicode object as a key value. Now all key values are converted to
Unicode before being stored.

0.2.1

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

- Remove ``__init__`` from IFolder interface.

0.2

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

- Update Sphinx docs, using interfaces

- Add folder ``__name__`` to repr and str of folder in output.

0.1

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

- Initial release.

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.