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:
parent
dc20d9d102
commit
416fbe41b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue