From: Billy G. A. <bal...@us...> - 2004-07-31 20:26:36
|
Update of /cvsroot/pypgsql/pypgsql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17453 Modified Files: README README.html Log Message: 31JUL2004 bga - Corrected the names of the PG_True and PG_False constants in the README document(s). [Bug #1001178] Index: README =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/README,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** README 14 Jul 2003 21:35:57 -0000 1.32 --- README 31 Jul 2004 20:26:25 -0000 1.33 *************** *** 241,245 **** PgBoolean constants: ! PgTrue, PgFalse 2.1.3 libpq Methods --- 241,245 ---- PgBoolean constants: ! PG_True, PG_False 2.1.3 libpq Methods *************** *** 378,382 **** *Returns*: ! PgTrue or PgFalse based on the value of 'object' 2.1.3.7 PgInt2 --- 378,382 ---- *Returns*: ! PG_True or PG_False based on the value of 'object' 2.1.3.7 PgInt2 Index: README.html =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/README.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.html 5 Dec 2002 05:34:30 -0000 1.1 --- README.html 31 Jul 2004 20:26:25 -0000 1.2 *************** *** 285,289 **** <p>PgBoolean constants:</p> <blockquote> ! PgTrue, PgFalse</blockquote> </blockquote> </div> --- 285,289 ---- <p>PgBoolean constants:</p> <blockquote> ! PG_True, PG_False</blockquote> </blockquote> </div> *************** *** 431,435 **** </dd> <dt><em>Returns</em>:</dt> ! <dd>PgTrue or PgFalse based on the value of 'object'</dd> </dl> </div> --- 431,435 ---- </dd> <dt><em>Returns</em>:</dt> ! <dd>PG_True or PG_False based on the value of 'object'</dd> </dl> </div> |