summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-08 14:57:43 -0700
committerNed Deily <nad@python.org>2018-06-08 17:57:43 -0400
commit416fbe41b783d5686b9cb7ff7f8af94b41dc16b8 (patch)
treeb648a34dc63a714067bdbbba246e5bcfc08b7a9a
parentdc20d9d1026282a2879992f4cef517a270c8a467 (diff)
downloadcpython-git-416fbe41b783d5686b9cb7ff7f8af94b41dc16b8.tar.gz
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)
(cherry picked from commit 1cbdb2208aa309cf288ee0b53f0ecd85279bb934) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
-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 20c086c8b5..8bd6b63a8e 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