From: Ronald Oussoren Date: Tue, 20 Apr 2010 20:59:37 +0000 (+0000) Subject: Fix for issue 7852: the DTD for OSX Plists has changed due X-Git-Tag: v2.7b2~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e6ca8fb1909416be6dd6d25ad5e5a772f19e67e;p=python Fix for issue 7852: the DTD for OSX Plists has changed due to a change in the company name for Apple. --- diff --git a/Lib/plistlib.py b/Lib/plistlib.py index 0b1748cd48..51944eecb0 100644 --- a/Lib/plistlib.py +++ b/Lib/plistlib.py @@ -224,7 +224,7 @@ def _escapeAndEncode(text): PLISTHEADER = """\ - + """ class PlistWriter(DumbXMLWriter):