Zope.app.appsetup

Latest version: v5.0

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

Scan your dependencies

Page 3 of 4

3.10.1

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

- Fixed a ``DeprecationWarning`` introduced in 3.10.0.

- Added doctests to long description to show up at pypi.

3.10.0

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

- Finally deprecate the "asObject" argument of helper functions in the
``zope.app.appsetup.bootstrap`` module. If your code uses any of these
functions, please remove the "asObject=True" argument passing anywhere,
because the support for that argument will be dropped soon.

- Move session utility bootstrapping logic from ``zope.session`` into this
package. This removes a dependency from zope.session to this package.

- Remove one more deprecated function.

3.9.0

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

- Use ``zope.site`` instead of ``zope.app.folder`` and
``zope.app.component``.

- Use ``zope.container`` instead of ``zope.app.container``.

- Move error log bootstrapping logic from ``zope.error`` into this
package. This removes a dependency from zope.error to this
package. Also added a test for bootstrapping the error log here,
which was missing in ``zope.error``.

3.8.0

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

- Feature: Developed an entry point that allows you to quickly bring up an
application instance for debugging purposes. (Implemented by Marius Gedminas
and Stephan Richter.)

3.7.0

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

- Added ``.product.loadConfiguration`` test-support function; loads product
configuration (only) from a file object, allowing test code (including
setup) to make use of the same configuration schema support used by normal
startup.

3.6.0

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

- Added additional test support functions to set the configuration for a
single section, and save/restore the entire configuration.

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.