This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Adam.Bielański, eric.araujo, loewis, orsenthil
Date 2010-11-16.03:27:30
SpamBayes Score 0.0065209726
Marked as misclassified No
Message-id <1289878054.43.0.2346942592.issue10425@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch.  You may find the following guidelines useful for your future contributions: http://www.python.org/dev/patches/

I have two questions about the proposed fix.  First, this line caught my eye:

  if tag.split(':')[1] == 'nil':

It seems wrong to handle a nil element from any namespace the same way.  I think namespaces should be supported properly or not at all.

Second point, can you point us to documentation about nil?  The Wikipedia article about XML-RPC and http://ontosys.com/xml-rpc/extensions.php agree that nil should not be a child of value, but say nothing about a namespace.  If it’s a band-aid for one specific server, I don’t think it’s acceptable.
History
Date User Action Args
2010-11-16 03:27:34eric.araujosetrecipients: + eric.araujo, loewis, orsenthil, Adam.Bielański
2010-11-16 03:27:34eric.araujosetmessageid: <1289878054.43.0.2346942592.issue10425@psf.upfronthosting.co.za>
2010-11-16 03:27:30eric.araujolinkissue10425 messages
2010-11-16 03:27:30eric.araujocreate