blob: db612f4db8f9443c0bfac5c515433ced2058367e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|