From 1cbdb2208aa309cf288ee0b53f0ecd85279bb934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Fri, 8 Jun 2018 18:51:20 -0300 Subject: bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) --- Doc/library/plistlib.rst | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v0.12