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 loewis
Recipients Adam.Bielański, amaury.forgeotdarc, bhargav, bquinlan, bra, eric.araujo, loewis, orsenthil
Date 2010-11-18.15:37:52
SpamBayes Score 0.014703203
Marked as misclassified No
Message-id <4CE5484F.6070702@v.loewis.de>
In-reply-to <1289913461.23.0.124948142632.issue8792@psf.upfronthosting.co.za>
Content
> An addition: It was reported in #10425 that None values are
> incorrectly serialized as <value><nil/></value>, instead of just
> <nil/>, or maybe <{namespace prefix for extensions defined by
> Apache}:nil/>.

This is not incorrect, but follows the specification of the nil
element, see, for example

http://en.wikipedia.org/wiki/XML-RPC
History
Date User Action Args
2010-11-18 15:37:57loewissetrecipients: + loewis, bquinlan, amaury.forgeotdarc, orsenthil, eric.araujo, bra, bhargav, Adam.Bielański
2010-11-18 15:37:52loewislinkissue8792 messages
2010-11-18 15:37:52loewiscreate