[NumPy-Tickets] [NumPy] #1530: please convert warnings to DeprecationWarning
NumPy Trac
numpy-tickets@scipy....
Thu Aug 5 07:14:31 CDT 2010
#1530: please convert warnings to DeprecationWarning
--------------------------+-------------------------------------------------
Reporter: sandro.tosi | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.4.0rc1
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by rgommers):
* status: new => closed
* resolution: => fixed
Comment:
Your example looks fine, the second one has been fixed. For the rest
{{{
warnings.warn("message", DeprecationWarning)
}}}
is a normal way to deprecate things right? And straightforward to filter.
I went through all the warnings.warn calls and do not see anything else
wrong. If you do, please reopen and point out exactly what change needs to
be made.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1530#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list