diff options
author | D'Arcy J.M. Cain | 2002-03-19 13:20:52 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain | 2002-03-19 13:20:52 +0000 |
commit | 7135835f59a37222a6a2b3ca0ba052da972ccf24 (patch) | |
tree | ff158b47d90a0d6c77515f6c31885d608acd6c0a | |
parent | 0c846bfa1c50c0e31ce2ab83573ac34e4e12b0dc (diff) |
Fix name in comments and add info about this module's place in PyGreSQL.
-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 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 |