This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients benjamin.peterson, brett.cannon, brian.curtin, ezio.melotti, flox, pitrou
Date 2010-03-06.19:19:32
SpamBayes Score 0.00039650328
Marked as misclassified No
Message-id <1267903174.28.0.411089293195.issue7319@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-03-06 19:19:34brett.cannonsetrecipients: + brett.cannon, pitrou, benjamin.peterson, ezio.melotti, brian.curtin, flox
2010-03-06 19:19:34brett.cannonsetmessageid: <1267903174.28.0.411089293195.issue7319@psf.upfronthosting.co.za>
2010-03-06 19:19:32brett.cannonlinkissue7319 messages
2010-03-06 19:19:32brett.cannoncreate