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 ghaering
Recipients MLModel, georg.brandl, ghaering
Date 2009-05-20.22:30:07
SpamBayes Score 0.0029033902
Marked as misclassified No
Message-id <1242858609.44.0.240600294741.issue6057@psf.upfronthosting.co.za>
In-reply-to
Content
At the very start of the module's documentation it reads:

"""
pysqlite was written by Gerhard Häring and provides a SQL interface
compliant with the DB-API 2.0 specification described by PEP 249.
"""

Where "PEP 249" is a link to the Database API 2.0 specification, which
does document the xception classes and their hierarchy.
History
Date User Action Args
2009-05-20 22:30:09ghaeringsetrecipients: + ghaering, georg.brandl, MLModel
2009-05-20 22:30:09ghaeringsetmessageid: <1242858609.44.0.240600294741.issue6057@psf.upfronthosting.co.za>
2009-05-20 22:30:08ghaeringlinkissue6057 messages
2009-05-20 22:30:07ghaeringcreate