diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:42:00 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:42:00 +0000 |
commit | 0c67c641a8ddbe2f19dc337fa617ab350733ef49 (patch) | |
tree | 7a2880513bfdb408fad7352e9cdedededd2c4833 /lib/extensions.py | |
parent | 3168e7b95d2eceb165bef55cd8c8f6e05872b531 (diff) | |
download | psycopg2-0c67c641a8ddbe2f19dc337fa617ab350733ef49.tar.gz |
Better docstrings for lib/ modules.
Diffstat (limited to 'lib/extensions.py')
-rw-r--r-- | lib/extensions.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/extensions.py b/lib/extensions.py index 9696dc5..1d3f911 100644 --- a/lib/extensions.py +++ b/lib/extensions.py @@ -1,12 +1,11 @@ -""" -psycopg extensions to the DBAPI-2.0 +"""psycopg extensions to the DBAPI-2.0 -This module holds all the extensions to the DBAPI-2.0 provided by psycopg: +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 + by psycopg to adapt Python types to PostgreSQL ones """ # psycopg/extensions.py - DBAPI-2.0 extensions specific to psycopg # |