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 MLModel
Recipients MLModel, georg.brandl
Date 2009-05-18.19:02:23
SpamBayes Score 5.983309e-06
Marked as misclassified No
Message-id <1242673346.43.0.948670169284.issue6057@psf.upfronthosting.co.za>
In-reply-to
Content
I can't find any documentation of the exception classes defined in the
sqlite3 module. There are quite a few, and some inheritance. The
examples in the sqlite3 module documentation have a few exception
clauses, but the errors they catch are not explained.

I would expect every module that defines exception classes to document
them, including inheritance. For a module like sqlite3 it is
particularly important because it is just an interface to C code.
Expecting someone to figure out exception classes from a module's Python
code is one thing, but asking them to go into the C code, which they
might not even have, is another.
History
Date User Action Args
2009-05-18 19:02:27MLModelsetrecipients: + MLModel, georg.brandl
2009-05-18 19:02:26MLModelsetmessageid: <1242673346.43.0.948670169284.issue6057@psf.upfronthosting.co.za>
2009-05-18 19:02:24MLModellinkissue6057 messages
2009-05-18 19:02:23MLModelcreate