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 MLModel, PyDeq, berker.peksag, flox, georg.brandl, ghaering, jaysinh.shukla, matrixise, timm
Date 2016-08-10.16:59:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470848375.89.0.382570427899.issue6057@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch!

+.. exception:: DatabaseError
+
+    Exception raised for errors that are related to the database.  It

Indentation is not in line with other items:

    +.. exception:: DatabaseError
    +
    +   Exception [...]

In Cursor.execute() documentation, ``sqlite3.Warning`` needs to be replaced with :exc:`sqlite3.Warning`.

Also, in Cursor.close() documentation, ``ProgrammingError`` needs to be replaced with :exc:`sqlite3.ProgrammingError`.
History
Date User Action Args
2016-08-10 16:59:35berker.peksagsetrecipients: + berker.peksag, georg.brandl, ghaering, MLModel, flox, matrixise, timm, PyDeq, jaysinh.shukla
2016-08-10 16:59:35berker.peksagsetmessageid: <1470848375.89.0.382570427899.issue6057@psf.upfronthosting.co.za>
2016-08-10 16:59:35berker.peksaglinkissue6057 messages
2016-08-10 16:59:35berker.peksagcreate