From: D'Arcy J.M. Cain Date: Tue, 19 Mar 2002 13:20:52 +0000 (+0000) Subject: Fix name in comments and add info about this module's place in PyGreSQL. X-Git-Tag: REL7_3~1869 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6b4153f934527bb4752a1e69cc7416c1c055f6d;p=postgresql Fix name in comments and add info about this module's place in PyGreSQL. --- 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