Message146622
| Author | flox |
|---|---|
| Recipients | flox |
| Date | 2011-10-29.22:51:22 |
| SpamBayes Score | 0.16643015 |
| Marked as misclassified | No |
| Message-id | <1319928683.07.0.326015714252.issue13291@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There's two names which should be fixed in "xmlrpc" package: --- a/Lib/xmlrpc/client.py - elif isinstance(other, (str, unicode)): --- a/Lib/xmlrpc/server.py - response = xmlrpclib.dumps( - xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)), We may extend test coverage too. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-10-29 22:51:23 | flox | set | recipients: + flox |
| 2011-10-29 22:51:23 | flox | set | messageid: <1319928683.07.0.326015714252.issue13291@psf.upfronthosting.co.za> |
| 2011-10-29 22:51:22 | flox | link | issue13291 messages |
| 2011-10-29 22:51:22 | flox | create | |