mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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. ........
This commit is contained in:
parent
2eaef05c47
commit
33798fde76
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def _escape(text):
|
|||
|
||||
PLISTHEADER = b"""\
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
"""
|
||||
|
||||
class PlistWriter(DumbXMLWriter):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue