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 bobveznat
Recipients bobveznat
Date 2011-02-02.19:10:50
SpamBayes Score 4.215724e-05
Marked as misclassified No
Message-id <1296673853.21.0.702351569168.issue11101@psf.upfronthosting.co.za>
In-reply-to
Content
The Apple plist format does not support None or Null values in its output. A Null value in plist is denoted by the absence of the key in the data structure.

The python plist writer generates a TypeError when a None value is encoded. This issue is to track dealing with None values.

A suggestion is to have a flag on the various plist write functions and methods that will allow ignoring None values.

No changes are required to the plist reader.
History
Date User Action Args
2011-02-02 19:10:53bobveznatsetrecipients: + bobveznat
2011-02-02 19:10:53bobveznatsetmessageid: <1296673853.21.0.702351569168.issue11101@psf.upfronthosting.co.za>
2011-02-02 19:10:51bobveznatlinkissue11101 messages
2011-02-02 19:10:51bobveznatcreate