[issue1054434] automatic XMLRPC boxcarring via multicall for xmlrpclib

Ralf Schmitt report at bugs.python.org
Mon Mar 24 23:17:19 CET 2008


Ralf Schmitt <schmir at gmail.com> added the comment:

this issue is about the threaded one.

I think it should be rejected. It does not work:
~/ python2.5 xmlrpclib_multicall.py                         ralf at rat64
failed 1
Traceback (most recent call last):
  File "xmlrpclib_multicall.py", line 12, in <module>
    from log.StdLogger import logger
ImportError: No module named log.StdLogger

and the code uses lot's of unused imports.

----------
nosy: +schmir

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1054434>
_____________________________________


More information about the Python-bugs-list mailing list