diff options
Diffstat (limited to 'src/interfaces/python/pg.py')
-rw-r--r-- | src/interfaces/python/pg.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/python/pg.py b/src/interfaces/python/pg.py index 189ac112202..d9d34d872c8 100644 --- a/src/interfaces/python/pg.py +++ b/src/interfaces/python/pg.py @@ -1,8 +1,9 @@ -# pgutil.py +# pg.py # Written by D'Arcy J.M. Cain -# This library implements some basic database management stuff -# It includes the pg module and builds on it +# This library implements some basic database management stuff. It +# includes the pg module and builds on it. This is known as the +# "Classic" interface. For DB-API compliance use the pgdb module. from _pg import * import string, re, sys |