From 8e6ca8fb1909416be6dd6d25ad5e5a772f19e67e Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Tue, 20 Apr 2010 20:59:37 +0000 Subject: [PATCH] Fix for issue 7852: the DTD for OSX Plists has changed due to a change in the company name for Apple. --- Lib/plistlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.40.0