diff --git a/src/interfaces/python/pg.py b/src/interfaces/python/pg.py index 189ac11220..d9d34d872c 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