This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cool-RR
Recipients cool-RR, ethan.furman, martin.panter, rhettinger
Date 2020-02-22.07:18:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582355918.13.0.623417363202.issue39717@roundup.psfhosted.org>
In-reply-to
Content
I'm also strongly against using `from None`. When I'm debugging, I'm like a man who got lost in the desert and is about to die of thirst. Any possible insight into what happened is like an oasis, even if there are just a few drops of water there.

Also, some tools like Django and Sentry show you all the local variables for your stacktraces, which is a godsend. These often have important information that sheds light on what went wrong, and if you remove the traceback they'll be gone.
History
Date User Action Args
2020-02-22 07:18:38cool-RRsetrecipients: + cool-RR, rhettinger, ethan.furman, martin.panter
2020-02-22 07:18:38cool-RRsetmessageid: <1582355918.13.0.623417363202.issue39717@roundup.psfhosted.org>
2020-02-22 07:18:38cool-RRlinkissue39717 messages
2020-02-22 07:18:37cool-RRcreate