[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - xmlrpc.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Aug 4 20:19:30 EDT 2003


Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv1822/src/zope/publisher/interfaces

Modified Files:
	xmlrpc.py 
Log Message:
After wanting to fix XML-RPC for over a year, I finally got around to do
it. You can now specify view names, create default views and of course you
do not have access to the object's methods directly anymore.

Added some tests for all of this.

Updated XML-RPC directives. Made them also a bit more consistent with the 
browser ones.

This should make the XML-RPC code ready for the beta.


=== Zope3/src/zope/publisher/interfaces/xmlrpc.py 1.2 => 1.3 ===
--- Zope3/src/zope/publisher/interfaces/xmlrpc.py:1.2	Wed Dec 25 09:15:18 2002
+++ Zope3/src/zope/publisher/interfaces/xmlrpc.py	Mon Aug  4 19:19:25 2003
@@ -24,8 +24,7 @@
 
 
 class IXMLRPCPresentation(IPresentation):
-    """XMLRPC presentations are for interaction with user's
-    """
+    """XMLRPC presentations are for interaction with user's"""
 
 
 class IXMLRPCPublisher(IPublishTraverse):
@@ -44,4 +43,4 @@
 
 
 class IXMLRPCView(IXMLRPCPresentation, IView):
-    "XMLRPC View"
+    """XMLRPC View"""




More information about the Zope3-Checkins mailing list