Message216337
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, larry, matrixise, ncoghlan, yselivanov |
| Date | 2014-04-15.16:58:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397581083.93.0.330609166055.issue20438@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
How warnings are handled vary from case to case. Typically its documentation-only if we want to warn people that they shouldn't use something because there is a better alternative but the code is not fundamentally broken and its in Python 2. If there is something wrong with it or it's just in Python 3 then a deprecation warning with a decided amount of time for when the code will be removed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-15 16:58:03 | brett.cannon | set | recipients: + brett.cannon, ncoghlan, larry, yselivanov, matrixise |
| 2014-04-15 16:58:03 | brett.cannon | set | messageid: <1397581083.93.0.330609166055.issue20438@psf.upfronthosting.co.za> |
| 2014-04-15 16:58:03 | brett.cannon | link | issue20438 messages |
| 2014-04-15 16:58:03 | brett.cannon | create | |