1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Fix name in comments and add info about this module's place in PyGreSQL.

This commit is contained in:
D'Arcy J.M. Cain
2002-03-19 13:20:52 +00:00
parent b292cafcd4
commit d6b4153f93

View File

@ -1,8 +1,9 @@
# pgutil.py # pg.py
# Written by D'Arcy J.M. Cain # Written by D'Arcy J.M. Cain
# This library implements some basic database management stuff # This library implements some basic database management stuff. It
# It includes the pg module and builds on 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 * from _pg import *
import string, re, sys import string, re, sys