they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
354 B
Text
9 lines
354 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.org/project/zope.deprecation/
|