Issue308

Title xmlrpc server does not seem to be using allow_none=True
Priority bug Status resolved
Superseder Nosy List ezio.melotti, loewis, r.david.murray
Assigned To Topics

Created on 2009-12-20.04:12:24 by r.david.murray, last changed 2010-08-01.19:32:39 by ezio.melotti.

Messages
msg1758 (view) Author: ezio.melotti Date: 2010-08-01.19:32:39
This doesn't seem to be a problem anymore, so I'm closing it.
msg1601 (view) Author: ezio.melotti Date: 2010-03-26.18:04:28
Now it should have 2.5.
msg1491 (view) Author: loewis Date: 2009-12-20.08:34:30
> Looking at the source in the tracker directory in svn, it looks like it should
> be using allow_none=True by default, unless the version of python it is running
> under is less than 2.5....

bugs.python.org indeed uses Python 2.4.
msg1490 (view) Author: r.david.murray Date: 2009-12-20.04:12:23
I'm trying to make use of the xmlrpc interface to the tracker, but I am getting
a Fault from the server:

xmlrpclib.Fault: <Fault 1: 'exceptions.TypeError:cannot marshal None unless
allow_none is enabled'>

Looking at the source in the tracker directory in svn, it looks like it should
be using allow_none=True by default, unless the version of python it is running
under is less than 2.5....
History
Date User Action Args
2010-08-01 19:32:40ezio.melottisetstatus: chatting -> resolved
messages: + msg1758
2010-03-26 18:04:29ezio.melottisetnosy: + ezio.melotti
messages: + msg1601
2009-12-20 08:34:31loewissetstatus: unread -> chatting
nosy: + loewis
messages: + msg1491
2009-12-20 04:12:24r.david.murraycreate