Opened at 2012-05-17T01:10:36Z
Last modified at 2020-01-17T14:09:59Z
#1741 closed defect
consider suppressing all DeprecationWarnings (and maybe RuntimeWarnings and UserWarnings?) — at Version 2
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | soon |
Component: | code | Version: | 1.9.1 |
Keywords: | deprecation warning error | Cc: | |
Launchpad Bug: |
Description (last modified by davidsarah)
We currently suppress 8 DeprecationWarnings (possibly 10 after fixing #1740), 2 UserWarnings, and 1 RuntimeWarning from various dependencies. I don't remember a case where a warning ever told us anything useful. Let's consider suppressing all warnings unconditionally.
Change History (2)
comment:1 Changed at 2012-05-17T01:20:07Z by davidsarah
- Description modified (diff)
comment:2 Changed at 2012-05-17T01:22:46Z by davidsarah
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.