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 chris.jerdonek
Recipients asvetlov, bjs, chris.jerdonek, graingert, pagliaricci.m, yselivanov
Date 2022-02-17.10:23:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645093436.42.0.755271702097.issue45390@roundup.psfhosted.org>
In-reply-to
Content
Andrew, the approach I described would I feel be much better. It would result in more concise, less verbose tracebacks, as opposed to more verbose -- not just because the message won't be repeated, but also because it eliminates the unneeded creation of intermediate exceptions. It would also cause is checks to work, which is what we want since behaviorally it should be the same exception.
History
Date User Action Args
2022-02-17 10:23:56chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, yselivanov, graingert, bjs, pagliaricci.m
2022-02-17 10:23:56chris.jerdoneksetmessageid: <1645093436.42.0.755271702097.issue45390@roundup.psfhosted.org>
2022-02-17 10:23:56chris.jerdoneklinkissue45390 messages
2022-02-17 10:23:56chris.jerdonekcreate