Re: One Bug of Python 3.0

2009-01-22 Thread Gabriel Genellina
En Fri, 16 Jan 2009 01:56:23 -0200, escribiste en el grupo gmane.comp.python.general I met a bug of CGIXMLRPCRequestHandler in Python3.0. Because of the bug, couldn't use RPC in Apache CGI. You should file a bug report at http://bugs.python.org -- Gabriel Genellina -- http://mail.python.

One Bug of Python 3.0

2009-01-15 Thread Wayne Huang
I met a bug of CGIXMLRPCRequestHandler in Python3.0. Because of the bug, I couldn't use RPC in Apache CGI. The version of my Python 3.0 is "Python 3.0 (r30:67507, Dec 3 2008, 20:14:27) [MSC v.1500 32 bit (Intel)] win32". The code of my client is follow. s = xmlrpc.client.ServerProxy('http://loc