aboutsummaryrefslogtreecommitdiff
path: root/plugins/pythondemo
Commit message (Collapse)AuthorAge
* Allow external plugins to return no valuemartin f. krafft2008-03-21
| | | | | | | | | | | | | Instead of using the XML-RPC v2 extension <nil/>, which Perl's XML::RPC::Parser does not (yet) support (Joey's patch is pending), we agreed on a sentinel: {'null':''}, that is, a hash with a single key "null" pointing to the empty string. The Python proxy automatically converts None appropriately and raises an exception if a hook function should, by weird coincidence, attempt to return {'null':''}. Signed-off-by: martin f. krafft <madduck@madduck.net>
* first implementation of a python demomartin f. krafft2008-03-17
(cherry picked from commit bbdf127917a13b81cef50995098f479ef4fe1cf9)