Changes between Version 8 and Version 9 of XML-RPC
- Timestamp:
- Feb 2, 2007, 2:01:14 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified XML-RPC
v8 v9 14 14 15 15 {{{ 16 #!python17 16 urlpatterns = patterns('', 18 17 # XML-RPC … … 26 25 27 26 {{{ 28 #!python29 27 # Patchless XMLRPC Service for Django 30 28 # Kind of hacky, and stolen from Crast on irc.freenode.net:#django … … 100 98 101 99 {{{ 102 #!python103 100 import sys 104 101 import xmlrpclib