aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-zope.deprecation/pkg-descr
blob: 39c91034fa6528c33e172b284e2ba3c383c4d475 (plain) (blame)
1
2
3
4
5
6
7
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.