mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
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.python.org/pypi/zope.deprecation/
|