Message349432
| Author | terry.reedy |
|---|---|
| Recipients | docs@python, eric.araujo, ezio.melotti, gvanrossum, o11c, rhettinger, serhiy.storchaka, steven.daprano, storymode7, terry.reedy |
| Date | 2019-08-12.03:38:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1565581094.67.0.0756946367496.issue15248@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
IDLE's Shell has treated SyntaxWarnings as errors since 2001. I don't know if any other IDE's do the same. Raymond's example did not concern me, as I think not calling known non-callables is preferable. But not executing literal-with-is code, such as "a = 1; a is 1" and "0 is ''" is wrong. See msg349431 of #34857 for more discussion of these cases. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-12 03:38:14 | terry.reedy | set | recipients: + terry.reedy, gvanrossum, rhettinger, ezio.melotti, eric.araujo, steven.daprano, docs@python, serhiy.storchaka, o11c, storymode7 |
| 2019-08-12 03:38:14 | terry.reedy | set | messageid: <1565581094.67.0.0756946367496.issue15248@roundup.psfhosted.org> |
| 2019-08-12 03:38:14 | terry.reedy | link | issue15248 messages |
| 2019-08-12 03:38:14 | terry.reedy | create | |