bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) · python/cpython@1cbdb22

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