zope.deprecation 4.0.0
Zope Deprecation Infrastructure
zope.deprecation
This package provides a simple function called deprecated(names, reason) to mark deprecated modules, classes, functions, methods and properties.
zope.deprecation Changelog
4.0.0 (2012-05-16)
- Automated build of Sphinx HTML docs and running doctest snippets via tox.
- Added Sphinx documentation:
- API docs moved from package-data README into docs/api.rst.
- Snippets can be tested by running 'make doctest'.
- Updated support for continuous integration using tox and jenkins.
- 100% unit test coverage.
- Added setup.py dev alias (runs setup.py develop plus installs nose and coverage).
- Added setup.py docs alias (installs Sphinx and dependencies).
- Removed spurious dependency on zope.testing.
- Dropped explicit support for Python 2.4 / 2.5 / 3.1.
3.5.1 (2012-03-15)
- Revert a move of README.txt to unbreak zope.app.apidoc.
3.5.0 (2011-09-05)
- Replaced doctesting with unit testing.
- Python 3 compatibility.
3.4.1 (2011-06-07)
- Removed import cycle for __show__ by defining it in the zope.deprecation.deprecation module.
- Added support to bootstrap on Jython.
- Fix zope.deprecation.warn() to make the signature identical to warnings.warn() and to check for .pyc and .pyo files.
3.4.0 (2007-07-19)
- Release 3.4 final, corresponding to Zope 3.4.
3.3.0 (2007-02-18)
- Corresponds to the version of the zope.deprecation package shipped as part of the Zope 3.3.0 release.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| zope.deprecation-4.0.0.tar.gz (md5) | Source | 2012-05-16 | 20KB | 3650 | |
- Author: Zope Corporation and Contributors
- Home Page: http://pypi.python.org/pypi/zope.deprecation
- License: ZPL 2.1
-
Categories
- Intended Audience :: Developers
- Programming Language :: Python
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Package Index Owner: tseaver, J1m, fdrake, menesis, chrism
- DOAP record: zope.deprecation-4.0.0.xml
