[Zope-Checkins] CVS: Zope2 - xmlrpc.py:1.7

Amos Latteier amos@digicool.com
Thu, 23 Dec 1999 19:06:14 -0500


Update of /cvs-repository/Zope2/lib/python/ZPublisher
In directory korak.digicool.com:/home/amos/Zope2/lib/python/ZPublisher

Modified Files:
	xmlrpc.py 
Log Message:
Improved response marshalling. Now None is returned as a Boolean Fals, since XML-RPC doesn't handle None. Also a Fault is returned if the response cannot be marshalled.