[New-bugs-announce] [issue2703] SimpleXMLRPCDispatcher.__init__ is not python2.4-backward-compatible

Matthias Klose report at bugs.python.org
Sun Apr 27 11:56:36 CEST 2008


New submission from Matthias Klose <doko at debian.org>:

[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?

----------
components: Library (Lib)
files: dispatcher.diff
keywords: patch, patch
messages: 65883
nosy: doko
severity: normal
status: open
title: SimpleXMLRPCDispatcher.__init__ is not python2.4-backward-compatible
type: behavior
versions: Python 2.5, Python 2.6
Added file: http://bugs.python.org/file10120/dispatcher.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2703>
__________________________________


More information about the New-bugs-announce mailing list