[issue11142] xmlrpclib.ServerProxy with verbosity produces bad output

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11142] xmlrpclib.ServerProxy with verbosity produces bad output

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this is classed as an enhancement request and not a bug. -- nosy: +BreamoreBoy, loewis type: - enhancement versions: +Python 3.5 -Python 2.7 ___ Python tracker rep...@bugs.python.org

[issue11142] xmlrpclib.ServerProxy with verbosity produces bad output

2011-02-07 Thread Erez Sh
New submission from Erez Sh ere...@gmail.com: In xmlrpclib, a ServerProxy initialized with verbose=True produces an occasionally jumbled-up output, due to a multiple threads writing to stdout without synchronizing. I noticed this happening only for incoming data (at line 1461: