Message 388578 - Python tracker
Message388578
| Author | gvanrossum |
|---|---|
| Recipients | The Compiler, eric.smith, gvanrossum, kj, levkivskyi |
| Date | 2021-03-13.01:03:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAP7+vJL_WD_jgauhdi7+ZxdUcXsTwD-_2s6q3JiRYT_5wrg53g@mail.gmail.com> |
| In-reply-to | <1615584679.6.0.785204537683.issue43463@roundup.psfhosted.org> |
| Content | |
|---|---|
If we add a new flag to ignore errors it's difficult to write code that works in 3.9 as well. And given the use case I have doubts that "Errors should never pass silently" is really the right Zen line to focus on. I'd rather go for "Simple is better than complex" or "practicality beats purity". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-13 01:03:46 | gvanrossum | set | recipients: + gvanrossum, eric.smith, The Compiler, levkivskyi, kj |
| 2021-03-13 01:03:46 | gvanrossum | link | issue43463 messages |
| 2021-03-13 01:03:46 | gvanrossum | create | |