summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-postgresql/pkg/DESCR')
-rw-r--r--databases/py-postgresql/pkg/DESCR11
1 files changed, 8 insertions, 3 deletions
diff --git a/databases/py-postgresql/pkg/DESCR b/databases/py-postgresql/pkg/DESCR
index 168e8a67963..006b1687c05 100644
--- a/databases/py-postgresql/pkg/DESCR
+++ b/databases/py-postgresql/pkg/DESCR
@@ -1,12 +1,17 @@
-PyGreSQL - v2.4: PostgreSQL module for Python
+PyGreSQL - v3.0: PostgreSQL module for Python
- PyGreSQL, version 2.4
+ PyGreSQL, version 3.0
A Python interface for PostgreSQL database.
Written by D'Arcy J.M. Cain, darcy@druid.net<BR>
Based heavily on code written by Pascal Andre, andre@chimay.via.ecp.fr.
Copyright (c) 1995, Pascal ANDRE (andre@via.ecp.fr)
- Copyright (c) 1997, 1998, 1999
+ Copyright (c) 1997, 1998, 1999, 2000
PyGreSQL is a python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.
+
+This version includes support for the Python DB-API.
+
+See README for more information and credits.
+