mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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
241a04371b
commit
8e6ca8fb19
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ def _escapeAndEncode(text):
|
||||||
|
|
||||||
PLISTHEADER = """\
|
PLISTHEADER = """\
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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):
|
class PlistWriter(DumbXMLWriter):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue