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 ssm
Recipients ronaldoussoren, ssm
Date 2012-05-16.22:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337206643.96.0.0313352336194.issue14835@psf.upfronthosting.co.za>
In-reply-to
Content
plistlib’s output is currently byte-for-byte identical to Apple’s, except arrays and dictionaries are stored with self-closing tags (e.g. '<array/>') and plistlib outputs empty tags with a newline (e.g. '<array>\n</array>').

This tiny patch makes its output for empty arrays and dictionaries consistent with the OS’s.
History
Date User Action Args
2012-05-16 22:17:24ssmsetrecipients: + ssm, ronaldoussoren
2012-05-16 22:17:23ssmsetmessageid: <1337206643.96.0.0313352336194.issue14835@psf.upfronthosting.co.za>
2012-05-16 22:17:23ssmlinkissue14835 messages
2012-05-16 22:17:23ssmcreate