Re: [Python-Dev] xmlrpclib and communication verbosity

2011-02-03 Thread Erez Sh
Oleg wrote: > Why not logging? > It seems to me that most of python's library modules don't use the logging module, and I didn't want to make style judgments. I actually prefer logging. ___ Python-Dev mailing list Python-Dev@python.org http://mail.py

[Python-Dev] xmlrpclib and communication verbosity

2011-02-02 Thread Erez Sh
In an attempt to record the xml exchange in an xmlrpclib.ServerProxy connection, I set its verbose flag to 1. This is the whole premise, and the rest of this message contains a bug report, and general complaints about the API. ServerProxy, or to be a bit more specific, the Transport class (which d