aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain <darcy@druid.net>2001-11-04 19:47:16 +0000
committerD'Arcy J.M. Cain <darcy@druid.net>2001-11-04 19:47:16 +0000
commit5f067722bfd8b28946f5654f99f3971d33df12a3 (patch)
tree3809bd8b2b073f1c93b2db30db07bb0d163891f8
parent6395d86a9a07fbf3e9d842dfec2c0e1bb1403ca5 (diff)
downloadpostgresql-5f067722bfd8b28946f5654f99f3971d33df12a3.tar.gz
postgresql-5f067722bfd8b28946f5654f99f3971d33df12a3.zip
Note that PyGreSQL has been checked against Python 2.1 now.
-rw-r--r--src/interfaces/python/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/README b/src/interfaces/python/README
index 4a8a0d28d69..24e100efac2 100644
--- a/src/interfaces/python/README
+++ b/src/interfaces/python/README
@@ -64,7 +64,7 @@ based on the PyGres95 code written by Pascal Andre, andre@chimay.via.ecp.fr.
I changed the version to 2.0 and updated the code for Python 1.5 and
PostgreSQL 6.2.1. While I was at it I upgraded the code to use full ANSI
style prototypes and changed the order of arguments to connect. The latest
-version of PyGreSQL works with PostgreSQL 7.1.2 and Python 2.0.
+version of PyGreSQL works with PostgreSQL 7.1.3 and Python 2.1.
1.2. Distribution files