8526b8628b
- add DIST_SUBDIR=zope PR: ports/160523 Submitted by: Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
9 lines
356 B
Text
9 lines
356 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: http://pypi.python.org/pypi/zope.deprecation
|