Message 119361 - Python tracker
Message119361
| Author | brett.cannon |
|---|---|
| Recipients | alex, amaury.forgeotdarc, benjamin.peterson, brett.cannon, brian.curtin, exarkun, giampaolo.rodola, pitrou |
| Date | 2010-10-22.03:04:18 |
| SpamBayes Score | 5.218783e-05 |
| Marked as misclassified | No |
| Message-id | <1287716662.44.0.978166224301.issue10093@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
After thinking about what warning to go with, I take back my python-dev suggestion of ResourceWarning and switch to DebugWarning. It is in fact harder to add in DebugWarning as a superclass to ResourceWarning than the other way around, especially once people start doing custom filters and decide that DebugWarning should not be filtered as a whole but ResourceWarning should (or some such crazy thing). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-22 03:04:22 | brett.cannon | set | recipients: + brett.cannon, exarkun, amaury.forgeotdarc, pitrou, giampaolo.rodola, benjamin.peterson, alex, brian.curtin |
| 2010-10-22 03:04:22 | brett.cannon | set | messageid: <1287716662.44.0.978166224301.issue10093@psf.upfronthosting.co.za> |
| 2010-10-22 03:04:21 | brett.cannon | link | issue10093 messages |
| 2010-10-22 03:04:18 | brett.cannon | create | |