[issue1727418] xmlrpclib waits indefinately

2013-04-28 Thread R. David Murray
R. David Murray added the comment: Thanks for verifying this, Adam. -- nosy: +r.david.murray resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker

[issue1727418] xmlrpclib waits indefinately

2013-04-13 Thread Adam Duston
Changes by Adam Duston : -- versions: +Python 2.6 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1727418] xmlrpclib waits indefinately

2013-04-13 Thread Adam Duston
Adam Duston added the comment: We used the xmlrpc++0.7 library to set up a test server, consistent with what Arno reported in the original ticket. We weren’t able to reproduce the problem with 2.7.2 or 3.4. Furthermore, xmlrpclib.Server (or xmlrpc.client.Server in Python 3) connects with HTTP

[issue1727418] xmlrpclib waits indefinately

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed due to work on #6267? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-b

[issue1727418] xmlrpclib waits indefinately

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Would the patch from issue 1767370 help with the robustness part? -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker