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.
Created on 2008年04月27日 09:56 by doko, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| dispatcher.diff | doko, 2008年04月27日 09:56 | patch | review | |
| Messages (4) | |||
|---|---|---|---|
| msg65883 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2008年04月27日 09:55 | |
[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? |
|||
| msg65913 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年04月28日 12:12 | |
The patch is OK, but I'm still -0. The doc string says: "There should never be any reason to instantiate this class directly." I don't see how this could "break backwards compatibility badly". |
|||
| msg85544 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2009年04月05日 18:27 | |
I'm -0, but if the tests pass and Matthias wants to commit this to 2.6 and 2.7, it's fine with me. |
|||
| msg119676 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年10月27日 07:09 | |
Seems to have been changed in 2.6 and 2.7 already. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46955 |
| 2010年10月27日 07:09:55 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg119676 |
| 2009年04月05日 18:27:02 | barry | set | assignee: doko versions: + Python 2.7, - Python 2.5 keywords: patch, patch nosy: + barry messages: + msg85544 resolution: accepted |
| 2008年04月28日 12:12:19 | amaury.forgeotdarc | set | keywords:
patch, patch nosy: + amaury.forgeotdarc messages: + msg65913 |
| 2008年04月28日 09:07:20 | schmir | set | nosy: + schmir |
| 2008年04月27日 09:56:34 | doko | create | |