freebsd-ports/devel/py-zope.deprecation/pkg-descr
Ruslan Makhmatkhanov b0bdf33f31 Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW

All changes are non-functional.
2013-09-23 12:52:16 +00:00

9 lines
358 B
Text

The hardest part of the Python development process was to ensure
backward-compatibility and correctly mark deprecated modules,
classes, functions, methods and properties.
zope.deprecation provides a simple function called
'deprecated(names, reason)' to deprecate the previously mentioned
Python objects.
WWW: https://pypi.python.org/pypi/zope.deprecation/