[New-bugs-announce] [issue13291] latent NameError in xmlrpc package

Florent Xicluna report at bugs.python.org
Sun Oct 30 00:51:23 CEST 2011


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

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.

----------
components: Library (Lib), XML
messages: 146622
nosy: flox
priority: normal
severity: normal
stage: test needed
status: open
title: latent NameError in xmlrpc package
type: behavior
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13291>
_______________________________________


More information about the New-bugs-announce mailing list