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 ronaldoussoren
Recipients bobveznat, jvr, ned.deily, ronaldoussoren
Date 2013-05-24.14:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369404459.94.0.254593128169.issue11101@psf.upfronthosting.co.za>
In-reply-to
Content
At first I didn't like the proposal, but when I looked at the JSON module I noticed it has similar functionality for ignoring keys that cannot be represented in a JSON file.

I'll look into this after merging #14455.

The JSON library has two other options that might be useful for the plistlib library: sort_keys (sort the keys in the serialization of of dicts) and default(obj), which is a function for transforming values that cannot be represented natively.
History
Date User Action Args
2013-05-24 14:07:40ronaldoussorensetrecipients: + ronaldoussoren, jvr, ned.deily, bobveznat
2013-05-24 14:07:39ronaldoussorensetmessageid: <1369404459.94.0.254593128169.issue11101@psf.upfronthosting.co.za>
2013-05-24 14:07:39ronaldoussorenlinkissue11101 messages
2013-05-24 14:07:39ronaldoussorencreate