Changes between Version 12 and Version 13 of XML-RPC
- Timestamp:
- Mar 27, 2007, 12:36:38 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified XML-RPC
v12 v13 43 43 44 44 # Create a Dispatcher; this handles the calls and translates info to function maps 45 dispatcher = SimpleXMLRPCDispatcher() 45 #dispatcher = SimpleXMLRPCDispatcher() # Python 2.4 46 dispatcher = SimpleXMLRPCDispatcher(allow_none=False, encoding=None) # Python 2.5 46 47 47 48