[Zope-Checkins] CVS: Packages/ZPublisher - xmlrpc.py:1.2

Jim Fulton jim@tarzan.digicool.com
Mon, 21 Jun 1999 11:52:19 -0400


Update of /cvs-repository/Packages/ZPublisher
In directory tarzan.digicool.com:/projects/users/jim/lib/python/ZPublisher

Modified Files:
	xmlrpc.py 
Log Message:
Initial xml-rpc support. This version doesn't work with ZServer.
This is my fault. Inheritence doesn't really work well for
customizing response behavior here because we may need to customize
multiple request types.  I'll try using delagation instead.