From d6b4153f934527bb4752a1e69cc7416c1c055f6d Mon Sep 17 00:00:00 2001 From: "D'Arcy J.M. Cain" Date: Tue, 19 Mar 2002 13:20:52 +0000 Subject: [PATCH] Fix name in comments and add info about this module's place in PyGreSQL. --- src/interfaces/python/pg.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.40.0