openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15805
[Bug 1052392] [NEW] [trunk] [wishlist] use DeprecationWarnings to tag deprecated classes / methods / parameters
Public bug reported:
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.
** Affects: openobject-server
Importance: Undecided
Assignee: Alexandre Fayolle @ camptocamp (alexandre-fayolle-c2c)
Status: In Progress
** Changed in: openobject-server
Status: New => In Progress
** Changed in: openobject-server
Assignee: (unassigned) => Alexandre Fayolle @ camptocamp (alexandre-fayolle-c2c)
** Summary changed:
- [trunk] use DeprecationWarnings to tag deprecated classes / methods / parameters
+ [trunk] [wishlist] use DeprecationWarnings to tag deprecated classes / methods / parameters
** Branch linked: lp:~c2c/openobject-server/trunk-deprecate-osv_osv
** Branch linked: lp:~c2c/openobject-server/trunk-proposed-cleanups
** Branch linked: lp:~c2c/openobject-addons/trunk-proposed-cleanups
--
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:
In Progress
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
Follow ups
References