diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:57:02 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:57:02 +0000 |
commit | c7c2c38bcd412abd71d297fd8fed12a98cd67dd5 (patch) | |
tree | edfaa7d15ab8bb967987a5b33d1497e23c6ee80e /lib/extensions.py | |
parent | 0c67c641a8ddbe2f19dc337fa617ab350733ef49 (diff) | |
download | psycopg2-c7c2c38bcd412abd71d297fd8fed12a98cd67dd5.tar.gz |
Epydoc clean. :D
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 # |