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 doko
Recipients doko
Date 2008-04-27.09:55:34
SpamBayes Score 0.017935771
Marked as misclassified No
Message-id <1209290195.97.0.404790617339.issue2703@psf.upfronthosting.co.za>
In-reply-to
Content
[forwarded from http://bugs.debian.org/470645]

"SimpleXMLRPCDispatcher.__init__ used to take a single argument
(self) in python2.4 and now it takes three. The two new arguments
need to get default values or else this breaks backwards
compatibility badly."

while SimpleXMLRPCDispatcher is not described as part of the interface,
it is mentioned in the docs. The fix seems to be easy. Ok for trunk and
the branch?
History
Date User Action Args
2008-04-27 09:56:37dokosetspambayes_score: 0.0179358 -> 0.017935771
recipients: + doko
2008-04-27 09:56:36dokosetspambayes_score: 0.0179358 -> 0.0179358
messageid: <1209290195.97.0.404790617339.issue2703@psf.upfronthosting.co.za>
2008-04-27 09:56:33dokolinkissue2703 messages
2008-04-27 09:56:31dokocreate