Message100541
So it isn't really unexpected as -Q uses DeprecationWarning which is being silenced by default.
So either -Q has to turn DeprecationWarning back on or a new subclass of DeprecationWarning (say IntegerDivisionWarning) needs to be introduced that -Q uses and adds to the warnings filter.
And FYI, I did backport the patch but forgot to close the issue. |
|
| Date |
User |
Action |
Args |
| 2010-03-06 19:19:34 | brett.cannon | set | recipients:
+ brett.cannon, pitrou, benjamin.peterson, ezio.melotti, brian.curtin, flox |
| 2010-03-06 19:19:34 | brett.cannon | set | messageid: <[email protected]> |
| 2010-03-06 19:19:32 | brett.cannon | link | issue7319 messages |
| 2010-03-06 19:19:32 | brett.cannon | create | |
|