bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)

(cherry picked from commit 1cbdb2208a)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-06-08 14:57:43 -07:00 committed by Ned Deily
parent dc20d9d102
commit 416fbe41b7
1 changed files with 1 additions and 3 deletions

View File

@ -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