Update of /cvsroot/pypgsql/pypgsql
In directory usw-pr-cvs1:/tmp/cvs-serv9467
Modified Files:
Announce README
Log Message:
05NOV2001 gh Corrected a few typos (PyUnit's URL, for example).
Index: Announce
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/Announce,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Announce 2001/11/04 05:56:21 1.15
--- Announce 2001/11/05 01:18:12 1.16
***************
*** 1,3 ****
! Announce: pyPgSQL - Version 1.6 is released.
===========================================================================
--- 1,3 ----
! Announce: pyPgSQL - Version 2.0 is released.
===========================================================================
Index: README
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/README,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** README 2001/11/04 05:56:21 1.19
--- README 2001/11/05 01:18:12 1.20
***************
*** 97,101 ****
strtoll() for the windows version of pyPgSQL
test/PgSQLTestCases.py - A set of functional test cases built using the
! Python Unit Testing Framework (pyunit)
test/regression/* - Test cases to test specific sections of pyPgSQL.
examples/demo1a.py - Some example programs using libpq and PgSQL
--- 97,101 ----
strtoll() for the windows version of pyPgSQL
test/PgSQLTestCases.py - A set of functional test cases built using the
! Python Unit Testing Framework (PyUnit)
test/regression/* - Test cases to test specific sections of pyPgSQL.
examples/demo1a.py - Some example programs using libpq and PgSQL
***************
*** 128,132 ****
If you do not already have it, download and install the Python Unit Testing
! Framework (pgunit) from it's web site at http://pgunit.sourceforge.net.
To run the tests, enter the following command from the PgSQL source directory:
--- 128,132 ----
If you do not already have it, download and install the Python Unit Testing
! Framework (PyUnit) from it's web site at http://pyunit.sourceforge.net.
To run the tests, enter the following command from the PgSQL source directory:
***************
*** 138,142 ****
not complete, but this will change over time.
! If you do not wish to install pgunit, run the demo1a.py and demo1b.py programs
in the examples directory. Both demo1a.py and demo1b.py print the contents of
the pg_database table from the template1 database. Demo1a.py was written to
--- 138,142 ----
not complete, but this will change over time.
! If you do not wish to install PyUnit, run the demo1a.py and demo1b.py programs
in the examples directory. Both demo1a.py and demo1b.py print the contents of
the pg_database table from the template1 database. Demo1a.py was written to
***************
*** 151,155 ****
http://www.PostgreSQL.org (PostgreSQL)
http://starship.python.net/~lemburg/mxDateTime.html (mxDateTime)
! http://pgunit.soruceforge.net (pgunit)
2. Programming Information
--- 151,155 ----
http://www.PostgreSQL.org (PostgreSQL)
http://starship.python.net/~lemburg/mxDateTime.html (mxDateTime)
! http://pyunit.soruceforge.net (PyUnit)
2. Programming Information
|