|
From: <wa...@us...> - 2003-03-26 05:02:37
|
Update of /cvsroot/pywebsvcs/SOAPpy
In directory sc8-pr-cvs1:/tmp/cvs-serv21093
Modified Files:
CHANGELOG
Log Message:
- Updated to note addition of ieee754 module and changes enablein
MS-Windows support
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/pywebsvcs/SOAPpy/CHANGELOG,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- CHANGELOG 25 Mar 2003 20:45:51 -0000 1.7
+++ CHANGELOG 26 Mar 2003 05:02:32 -0000 1.8
@@ -3,7 +3,16 @@
CHANGES SINCE VERSION 0.9.8
-- *** New argument handling method (via SOAPpy.SOAP.Config.specialArgs=1)
+- SOAPpy should now work properly on Microsoft Windows systems.
+
+ Previously, supporting platforms for which float('Inf') and similar
+ produced an error message ( notably Microsoft Windows) required an
+ ugly hack in the code which fails entirely under recent versions of
+ Python. A new module, ieee754 has been implemented which provides
+ functions to handle NaN, Inf, and -Inf, so SOAPPy should now work on
+ all platforms that use IEEE 754 double-precision floating point.
+
+- *** The new argument handling method (via SOAPpy.SOAP.Config.specialArgs=1)
is now enabled by default.***
- Changed all references to actzero.com in SOAP.py to pywebscvs.sf.net.
|