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 berker.peksag
Recipients Leonardo Taglialegne, berker.peksag, docs@python
Date 2017-09-07.08:44:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504773877.12.0.721763395132.issue31378@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the report. I think we can add a simplified version of the OperationalError documentation in PEP 249:

    Exception raised for errors that are related to the database's
    operation and not necessarily under the control of the programmer,
    e.g. an unexpected disconnect occurs, the data source name is not
    found, a transaction could not be processed, a memory allocation
    error occurred during processing, etc. It must be a subclass of
    DatabaseError.

Reference: https://www.python.org/dev/peps/pep-0249/#operationalerror
History
Date User Action Args
2017-09-07 08:44:37berker.peksagsetrecipients: + berker.peksag, docs@python, Leonardo Taglialegne
2017-09-07 08:44:37berker.peksagsetmessageid: <1504773877.12.0.721763395132.issue31378@psf.upfronthosting.co.za>
2017-09-07 08:44:37berker.peksaglinkissue31378 messages
2017-09-07 08:44:36berker.peksagcreate