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
  • Loading branch information
andresdelfino authored and ned-deily committed Jun 8, 2018
1 parent 11a8966 commit 1cbdb22
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 1cbdb22

Please sign in to comment.