Update of /cvsroot/pypgsql/pypgsql
In directory sc8-pr-cvs1:/tmp/cvs-serv12426
Modified Files:
Announce ChangeLog
Log Message:
15JUL2003 bga Corrected spelling mistake(s).
Index: Announce
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/Announce,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Announce 14 Jul 2003 21:21:10 -0000 1.23
--- Announce 16 Jul 2003 04:28:49 -0000 1.24
***************
*** 19,24 ****
Note: It is highly recommended that you use PostgreSQL 7.2 or later and
Python 2.1 or later. If you want to use PostgreSQL Large Objects
! under Python 2.2.x, you *must* use Python 2.2.2, because of a bug in
! earlier 2.2 versions.
Project homepages:
--- 19,24 ----
Note: It is highly recommended that you use PostgreSQL 7.2 or later and
Python 2.1 or later. If you want to use PostgreSQL Large Objects
! under Python 2.2.x, you *must* use Python 2.2.2, or later because of
! a bug in earlier 2.2 versions.
Project homepages:
***************
*** 76,80 ****
* Corrected problem found by Adam Buraczewski in the __setupTransaction
function.
! * Allow both 'e' and 'E' to signify an exponet in the PgNumeric constructor.
* Correct some problems that were missed in yesterday's fixes (Thanks,
Adam, for the help with the problems)
--- 76,80 ----
* Corrected problem found by Adam Buraczewski in the __setupTransaction
function.
! * Allow both 'e' and 'E' to signify an exponent in the PgNumeric constructor.
* Correct some problems that were missed in yesterday's fixes (Thanks,
Adam, for the help with the problems)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ChangeLog 14 Jul 2003 21:21:10 -0000 1.20
--- ChangeLog 16 Jul 2003 04:28:49 -0000 1.21
***************
*** 46,50 ****
* Corrected problem found by Adam Buraczewski in the __setupTransaction
function.
! * Allow both 'e' and 'E' to signify an exponet in the PgNumeric constructor.
* Correct some problems that were missed in yesterday's fixes (Thanks,
Adam, for the help with the problems)
--- 46,50 ----
* Corrected problem found by Adam Buraczewski in the __setupTransaction
function.
! * Allow both 'e' and 'E' to signify an exponent in the PgNumeric constructor.
* Correct some problems that were missed in yesterday's fixes (Thanks,
Adam, for the help with the problems)
|