K 10
svn:author
V 6
clsung
K 8
svn:date
V 27
2011-03-21T08:42:28.000000Z
K 7
svn:log
V 355
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://www.python.org/pypi/zope.deprecation

END
