Django
The web framework for perfectionists with deadlines.
Menu
Overview
Download
Documentation
News
Community
Code
Issues
About
♥ Donate
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
Issues
Login
Preferences
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 15
and
Version 16
of
XML-RPC
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 1, 2007, 1:02:55 PM (
18 years
ago)
Author:
anonymous
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Tabular
Unified
XML-RPC
v15
v16
27
27
28
28
29
== Grear ==
30
29
31
{{{
30
32
#!python
…
…
46
48
dispatcher = SimpleXMLRPCDispatcher(allow_none=False, encoding=None) # Python 2.5
47
49
50
51
== ''c0der: zASzL'' ==
52
48
53
49
54
def rpc_handler(request):
Back to Top