Metadata-Version: 2.1
Name: zope.app.debug
Version: 4.0.0
Summary: Zope Debug Mode
Home-page: http://github.com/zopefoundation/zope.app.debug
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Keywords: zope3 webdav
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: test
License-File: LICENSE.txt

This package provides a debugger for the Zope publisher. After Zope is
isntantiated, it drops the user into an interactive Python shell where the
full Zope environment and the database root are available.


=========
 CHANGES
=========

4.0.0 (2017-05-08)
==================

- Add support for Python 3.4, 3.5, 3.6 and PyPy.

3.4.1 (2008-02-02)
==================

- Fix of 599 error on conflict error in request
  see: http://mail.zope.org/pipermail/zope-dev/2008-January/030844.html

3.4.0 (2007-10-23)
==================

- Initial release independent of the main Zope tree.


