summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-06-08 21:51:20 (GMT)
committerNed Deily <nad@python.org>2018-06-08 21:51:20 (GMT)
commit1cbdb2208aa309cf288ee0b53f0ecd85279bb934 (patch)
treee8410a438ff9c66a57d7aee00d31a4112714f7c6
parent11a896652ee98aa44e59ed25237f9efb56635dcf (diff)
downloadcpython-1cbdb2208aa309cf288ee0b53f0ecd85279bb934.zip
cpython-1cbdb2208aa309cf288ee0b53f0ecd85279bb934.tar.gz
cpython-1cbdb2208aa309cf288ee0b53f0ecd85279bb934.tar.bz2
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495)
-rw-r--r--Doc/library/plistlib.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst
index 20c086c..8bd6b63 100644
--- a/Doc/library/plistlib.rst
+++ b/Doc/library/plistlib.rst
@@ -63,9 +63,7 @@ This module defines the following functions:
:class:`Data`.
The *dict_type* is the type used for dictionaries that are read from the
- plist file. The exact structure of the plist can be recovered by using
- :class:`collections.OrderedDict` (although the order of keys shouldn't be
- important in plist files).
+ plist file.
XML data for the :data:`FMT_XML` format is parsed using the Expat parser
from :mod:`xml.parsers.expat` -- see its documentation for possible