Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d6b4153

Browse files
committed
Fix name in comments and add info about this module's place in PyGreSQL.
1 parent b292caf commit d6b4153

File tree

1 file changed

+4
-3
lines changed
  • src/interfaces/python

1 file changed

+4
-3
lines changed

src/interfaces/python/pg.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# pgutil.py
1+
# pg.py
22
# Written by D'Arcy J.M. Cain
33

4-
# This library implements some basic database management stuff
5-
# It includes the pg module and builds on it
4+
# This library implements some basic database management stuff. It
5+
# includes the pg module and builds on it. This is known as the
6+
# "Classic" interface. For DB-API compliance use the pgdb module.
67

78
from _pg import *
89
import string, re, sys

0 commit comments

Comments
 (0)