openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #20182
[Bug 1052392] Re: [trunk] [wishlist] use DeprecationWarnings to tag deprecated classes / methods / parameters
** Changed in: openobject-server
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1052392
Title:
[trunk] [wishlist] use DeprecationWarnings to tag deprecated classes /
methods / parameters
Status in OpenERP Server:
Fix Committed
Bug description:
The Python standard library provides the ability to warn the
developpers of deprecated features through the use of the warnings
module and the DeprecationWarning and PendingDeprecationWarning
classes.
The openerp framework should use these to flag deprecated classes,
methods and method parameters.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1052392/+subscriptions
References