New submission from Matthias Klose <[EMAIL PROTECTED]>: [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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2703> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com