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 Hong Xu
Recipients Hong Xu, brett.cannon, docs@python
Date 2019-06-12.01:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560301934.19.0.569993683039.issue37225@roundup.psfhosted.org>
In-reply-to
Content
Thanks for your answer, but I believe this is a real document bug. OSError does have its signature documented, but the majority of other exception classes do not do so, neither does BaseException explains a default behavior clearly (see my quote above).

As an example, ValueError accepts multiple arguments and makes use of all of them when given, but from the document, I can barely guess this out.
History
Date User Action Args
2019-06-12 01:12:14Hong Xusetrecipients: + Hong Xu, brett.cannon, docs@python
2019-06-12 01:12:14Hong Xusetmessageid: <1560301934.19.0.569993683039.issue37225@roundup.psfhosted.org>
2019-06-12 01:12:14Hong Xulinkissue37225 messages
2019-06-12 01:12:14Hong Xucreate