[issue41742] Request for docs.python.org/3/library/configparser.html#exceptions improvement

Terry J. Reedy report at bugs.python.org
Fri Sep 11 19:37:37 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

https://docs.python.org/3/library/configparser.html#exceptions, like similar sections for other module docs, lists and explains the non-builtin exceptions defined and used in the module.  Functions in all modules can potentially raise various builtin exceptions, and some of these may be mentioned.  They are all documented in a beginning chapter the library doc, which users are expected to be familiar with.

That said, I vaguely remember at least some Exceptions sections beginning with some like 'Additional exceptions defined in this module.'  If you or someone thinks it worthwhile enough to check other modules, using the left sidebar ToC, to find such examples, I will consider making a PR.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41742>
_______________________________________


More information about the Python-bugs-list mailing list