From: Ronald Oussoren Date: Tue, 20 Apr 2010 21:00:34 +0000 (+0000) Subject: Merged revisions 80279 via svnmerge from X-Git-Tag: v3.2a1~1078 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33798fde76327161e4154bb3b6e774ebe5e902eb;p=python Merged revisions 80279 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80279 | ronald.oussoren | 2010-04-20 22:59:37 +0200 (Tue, 20 Apr 2010) | 3 lines 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 fbba791ce5..82d456aec0 100644 --- a/Lib/plistlib.py +++ b/Lib/plistlib.py @@ -186,7 +186,7 @@ def _escape(text): PLISTHEADER = b"""\ - + """ class PlistWriter(DumbXMLWriter):