mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +03:00
Fixed docstring for 'QueryCanceledError' exception.
This commit is contained in:
parent
f6e87fbb30
commit
04db8e7428
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
* Fixed Inet constructor.
|
* Fixed Inet constructor.
|
||||||
|
|
||||||
|
* Fixed docstring for 'QueryCanceledError' exception.
|
||||||
|
|
||||||
2010-02-10 Federico Di Gregorio <fog@initd.org>
|
2010-02-10 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
* lib/extensions.py: Binary was not imported from _psycopg; now it is
|
* lib/extensions.py: Binary was not imported from _psycopg; now it is
|
||||||
|
|
|
@ -431,7 +431,7 @@ static struct {
|
||||||
NotSupportedError_doc },
|
NotSupportedError_doc },
|
||||||
#ifdef PSYCOPG_EXTENSIONS
|
#ifdef PSYCOPG_EXTENSIONS
|
||||||
{ "psycopg2.extensions.QueryCanceledError", &QueryCanceledError,
|
{ "psycopg2.extensions.QueryCanceledError", &QueryCanceledError,
|
||||||
&OperationalError, OperationalError_doc },
|
&OperationalError, QueryCanceledError_doc },
|
||||||
{ "psycopg2.extensions.TransactionRollbackError",
|
{ "psycopg2.extensions.TransactionRollbackError",
|
||||||
&TransactionRollbackError, &OperationalError,
|
&TransactionRollbackError, &OperationalError,
|
||||||
TransactionRollbackError_doc },
|
TransactionRollbackError_doc },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user