[Modeling-cvs] ProjectModeling CHANGES,1.58,1.59
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-23 17:42:05
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10011 Modified Files: CHANGES Log Message: Fixed bug #1008615: disabled the FutureWarning raised by python2.3 for negative value in hex(). Thanks to Lorenzo Gil Sanchez for reporting. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** CHANGES 18 Oct 2004 20:35:28 -0000 1.58 --- CHANGES 23 Nov 2004 17:41:50 -0000 1.59 *************** *** 10,13 **** --- 10,16 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Fixed bug #1008615: disabled the FutureWarning raised by python2.3 for + negative value in hex(). Thanks to Lorenzo Gil Sanchez for reporting. + * Applied <<trivial>> patch #1040045 submitted by John R. Lenton --typo corrections in the documentation |