projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b292caf
)
Fix name in comments and add info about this module's place in PyGreSQL.
author
D'Arcy J.M. Cain
Tue, 19 Mar 2002 13:20:52 +0000
(13:20 +0000)
committer
D'Arcy J.M. Cain
Tue, 19 Mar 2002 13:20:52 +0000
(13:20 +0000)
src/interfaces/python/pg.py
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/python/pg.py
b/src/interfaces/python/pg.py
index 189ac112202a5ba120505d8754a82359002b181b..d9d34d872c8a4060afb86711b1d027e0f5747294 100644
(file)
--- a/
src/interfaces/python/pg.py
+++ b/
src/interfaces/python/pg.py
@@
-1,8
+1,9
@@
-# pg
util
.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