Message100541
| 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: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: <1267903174.28.0.411089293195.issue7319@psf.upfronthosting.co.za> |
| 2010-03-06 19:19:32 | brett.cannon | link | issue7319 messages |
| 2010-03-06 19:19:32 | brett.cannon | create | |