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 paxdiablo
Recipients christian.heimes, docs@python, martin.panter, paxdiablo, sibiryakov
Date 2020-08-03.09:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596448399.58.0.109131183502.issue41450@roundup.psfhosted.org>
In-reply-to
Content
If you look through the source for PyExc, you'll find items for (over and above OsError) ValueError, NotImplementedError, TypeError, OverflowError, AttributeError, MemoryError, UnicodeEncodeError, and RuntimeWarning. I don't think ANY of those are documented so are we going to fix them all? Or should we just list them as possibilities in the doco (or, even more vaguely, state that exceptions other than the documented SSL ones are also possible)?
History
Date User Action Args
2020-08-03 09:53:19paxdiablosetrecipients: + paxdiablo, christian.heimes, docs@python, martin.panter, sibiryakov
2020-08-03 09:53:19paxdiablosetmessageid: <1596448399.58.0.109131183502.issue41450@roundup.psfhosted.org>
2020-08-03 09:53:19paxdiablolinkissue41450 messages
2020-08-03 09:53:19paxdiablocreate