Skip to content

Commit

Permalink
bpo-33801: Remove non-ordered dict comment from plistlib doc (pythonG…
Browse files Browse the repository at this point in the history
…H-7495)

(cherry picked from commit 1cbdb22)

Co-authored-by: Andrés Delfino <[email protected]>
  • Loading branch information
andresdelfino authored and miss-islington committed Jun 8, 2018
1 parent dc20d9d commit 4e39227
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Doc/library/plistlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e39227

Please sign in to comment.