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 Uri Okrent
Recipients Uri Okrent, berker.peksag, loewis, serhiy.storchaka
Date 2016-06-09.20:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465504257.59.0.455799485046.issue27281@psf.upfronthosting.co.za>
In-reply-to
Content
I updated the patch to improve the tests and made the same change to xmlrpc.client.ProtocolError (which was the only other place in xmlrpc.client).  I'll let you decide if this patch is better despite the fact that it suffers from the same data duplication as Fault.

If not, we can go back to just fixing Fault, or come up with a fancier solution entirely that doesn't duplicate data.  Though, I hesitate to start getting too fancy for two reasons: 1) this module is old and stable, and 2) these are exception objects, so while the data duplication is ugly, the instances themselves should be short-lived.
History
Date User Action Args
2016-06-09 20:30:57Uri Okrentsetrecipients: + Uri Okrent, loewis, berker.peksag, serhiy.storchaka
2016-06-09 20:30:57Uri Okrentsetmessageid: <1465504257.59.0.455799485046.issue27281@psf.upfronthosting.co.za>
2016-06-09 20:30:57Uri Okrentlinkissue27281 messages
2016-06-09 20:30:57Uri Okrentcreate