This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmir
Recipients eries, gpolo, loewis, schmir
Date 2008-03-24.22:17:17
SpamBayes Score 0.017538942
Marked as misclassified No
Message-id <1206397039.09.0.00844220714738.issue1054434@psf.upfronthosting.co.za>
In-reply-to
Content
this issue is about the threaded one.

I think it should be rejected. It does not work:
~/ python2.5 xmlrpclib_multicall.py                         ralf@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.
History
Date User Action Args
2008-03-24 22:17:19schmirsetspambayes_score: 0.0175389 -> 0.017538942
recipients: + schmir, loewis, eries, gpolo
2008-03-24 22:17:19schmirsetspambayes_score: 0.0175389 -> 0.0175389
messageid: <1206397039.09.0.00844220714738.issue1054434@psf.upfronthosting.co.za>
2008-03-24 22:17:18schmirlinkissue1054434 messages
2008-03-24 22:17:17schmircreate