add debbug reference to SimpleXMLRPCDispatcher workaround
authormartin f. krafft <madduck@madduck.net>
Wed, 12 Mar 2008 13:30:05 +0000 (14:30 +0100)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 12 Mar 2008 14:48:03 +0000 (10:48 -0400)
Signed-off-by: martin f. krafft <madduck@madduck.net>
plugins/rst

index 1d18dd7751be2ad8771a25d76ccaad1e6ce41fa7..a719e18ba7338f025e174500dd2facfcf53ece50 100755 (executable)
@@ -62,6 +62,7 @@ def rpc_call(cmd, **kwargs):
 class SimpleStdinOutXMLRPCHandler(SimpleXMLRPCDispatcher):
 
     def __init__(self, allow_none=False, encoding=None):
+        # see http://bugs.debian.org/470645
         if SimpleXMLRPCDispatcher.__init__.func_code.co_argcount == 1:
             # python2.4 and before only took one argument
             SimpleXMLRPCDispatcher.__init__(self)