Message272343
| 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:35 | berker.peksag | set | recipients: + berker.peksag, georg.brandl, ghaering, MLModel, flox, matrixise, timm, PyDeq, jaysinh.shukla |
| 2016-08-10 16:59:35 | berker.peksag | set | messageid: <1470848375.89.0.382570427899.issue6057@psf.upfronthosting.co.za> |
| 2016-08-10 16:59:35 | berker.peksag | link | issue6057 messages |
| 2016-08-10 16:59:35 | berker.peksag | create | |