Changes between Version 7 and Version 8 of XML-RPC


Ignore:
Timestamp:
Oct 25, 2006, 10:22:37 AM (18 years ago)
Author:
James Crasta <jcrasta@…>
Comment:

added python syntax coloring

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v7 v8  
    1414
    1515{{{
     16#!python
    1617urlpatterns = patterns('',
    1718    # XML-RPC
     
    2526
    2627{{{
     28#!python
    2729# Patchless XMLRPC Service for Django
    2830# Kind of hacky, and stolen from Crast on irc.freenode.net:#django
     
    98100
    99101{{{
     102#!python
    100103import sys
    101104import xmlrpclib
Back to Top