Issue1498627
Created on 2006-06-01 03:28 by savardda, last changed 2006-06-01 12:31 by georg.brandl.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
SimpleXMLRPCServer.patch
|
savardda,
2006-06-01 03:28
|
Patch for SimpleXMLRPCServer.py |
|
|
|
msg50403 - (view) |
Author: Daniel Savard (savardda) |
Date: 2006-06-01 03:28 |
|
In XMLRPC communication, if an error occurs while
decoding the stream, the Fault is not always returned
to the client as a Fault object.
This is a small mistake in the SimpleXMLRPCServer.py
file where the decoding function is outside the
try/catch but should be inside.
A patch is included. Very simple so revision should be
easy.
Thanks,
Daniel Savard
|
|
msg50404 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2006-06-01 12:31 |
|
Logged In: YES
user_id=849994
Thanks, fixed in rev. 46587.
|
|
| Date |
User |
Action |
Args |
| 2006-06-01 03:28:35 | savardda | create | |
|