Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cbdb22

Browse files
andresdelfinoned-deily
authored andcommitted
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495)
1 parent 11a8966 commit 1cbdb22

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/library/plistlib.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ This module defines the following functions:
6363
:class:`Data`.
6464

6565
The *dict_type* is the type used for dictionaries that are read from the
66-
plist file. The exact structure of the plist can be recovered by using
67-
:class:`collections.OrderedDict` (although the order of keys shouldn't be
68-
important in plist files).
66+
plist file.
6967

7068
XML data for the :data:`FMT_XML` format is parsed using the Expat parser
7169
from :mod:`xml.parsers.expat` -- see its documentation for possible

0 commit comments

Comments
 (0)