Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a8966 commit 1cbdb22Copy full SHA for 1cbdb22
1 file changed
Doc/library/plistlib.rst
@@ -63,9 +63,7 @@ This module defines the following functions:
63
:class:`Data`.
64
65
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).
+ plist file.
69
70
XML data for the :data:`FMT_XML` format is parsed using the Expat parser
71
from :mod:`xml.parsers.expat` -- see its documentation for possible
0 commit comments