diff options
Diffstat (limited to 'lib/extensions.py')
-rw-r--r-- | lib/extensions.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/extensions.py b/lib/extensions.py index 1d3f911..239d7fa 100644 --- a/lib/extensions.py +++ b/lib/extensions.py @@ -2,10 +2,10 @@ This module holds all the extensions to the DBAPI-2.0 provided by psycopg. - connection -- the new-type inheritable connection class - cursor -- the new-type inheritable cursor class - adapt() -- exposes the PEP-246 compatile adapting machanism used - by psycopg to adapt Python types to PostgreSQL ones + - connection -- the new-type inheritable connection class + - cursor -- the new-type inheritable cursor class + - adapt() -- exposes the PEP-246 compatile adapting machanism used + by psycopg to adapt Python types to PostgreSQL ones """ # psycopg/extensions.py - DBAPI-2.0 extensions specific to psycopg # |