Brett Cannon <br...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to