[issue13291] latent NameError in xmlrpc package

2011-10-31 Thread Florent Xicluna
Florent Xicluna added the comment: This last issue is in the datetime module. issue #13305 -- status: open -> closed ___ Python tracker ___ _

[issue13291] latent NameError in xmlrpc package

2011-10-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: Apparently buildbot failures are caused by this commit: == ERROR: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase) --

[issue13291] latent NameError in xmlrpc package

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3d454b20b35 by Florent Xicluna in branch '3.2': Closes #13291: NameError in xmlrpc package. http://hg.python.org/cpython/rev/f3d454b20b35 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected status: open ->

[issue13291] latent NameError in xmlrpc package

2011-10-30 Thread Florent Xicluna
Florent Xicluna added the comment: Thank you. Patch updated. -- Added file: http://bugs.python.org/file23551/issue13291_xmlrpc_v2.diff ___ Python tracker ___ ___

[issue13291] latent NameError in xmlrpc package

2011-10-30 Thread Ezio Melotti
Ezio Melotti added the comment: I left a couple of comments on rietveld. -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bug

[issue13291] latent NameError in xmlrpc package

2011-10-29 Thread Florent Xicluna
Florent Xicluna added the comment: Proposed fix, with some tests. -- keywords: +patch stage: test needed -> patch review Added file: http://bugs.python.org/file23549/issue13291_xmlrpc.diff ___ Python tracker _

[issue13291] latent NameError in xmlrpc package

2011-10-29 Thread Florent Xicluna
New submission from Florent Xicluna : 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_