Kaydet (Commit) 1cbdb220 authored tarafından Andrés Delfino's avatar Andrés Delfino Kaydeden (comit) Ned Deily

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

üst 11a89665
...@@ -63,9 +63,7 @@ This module defines the following functions: ...@@ -63,9 +63,7 @@ This module defines the following functions:
:class:`Data`. :class:`Data`.
The *dict_type* is the type used for dictionaries that are read from the 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 plist file.
:class:`collections.OrderedDict` (although the order of keys shouldn't be
important in plist files).
XML data for the :data:`FMT_XML` format is parsed using the Expat parser XML data for the :data:`FMT_XML` format is parsed using the Expat parser
from :mod:`xml.parsers.expat` -- see its documentation for possible from :mod:`xml.parsers.expat` -- see its documentation for possible
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment