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 aroberge
Recipients aroberge, docs@python, gtitze, iritkatriel, sobolevn
Date 2022-01-07.19:05:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641582338.6.0.105268245717.issue46291@roundup.psfhosted.org>
In-reply-to
Content
In https://docs.python.org/3/library/exceptions.html#Exception, it is written:

"All built-in, non-system-exiting exceptions are derived from this class. All user-defined exceptions should also be derived from this class."

Yes, technically, the root of all exceptions is BaseException. However, this seems to indicate that the advice given in the tutorial is correct.
History
Date User Action Args
2022-01-07 19:05:38arobergesetrecipients: + aroberge, docs@python, sobolevn, iritkatriel, gtitze
2022-01-07 19:05:38arobergesetmessageid: <1641582338.6.0.105268245717.issue46291@roundup.psfhosted.org>
2022-01-07 19:05:38arobergelinkissue46291 messages
2022-01-07 19:05:38arobergecreate