Changes between Version 7 and Version 8 of XML-RPC
- Timestamp:
- Oct 25, 2006, 10:22:37 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified XML-RPC
v7 v8 14 14 15 15 {{{ 16 #!python 16 17 urlpatterns = patterns('', 17 18 # XML-RPC … … 25 26 26 27 {{{ 28 #!python 27 29 # Patchless XMLRPC Service for Django 28 30 # Kind of hacky, and stolen from Crast on irc.freenode.net:#django … … 98 100 99 101 {{{ 102 #!python 100 103 import sys 101 104 import xmlrpclib