]> granicus.if.org Git - python/commitdiff
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Jun 2018 21:57:43 +0000 (14:57 -0700)
committerNed Deily <nad@python.org>
Fri, 8 Jun 2018 21:57:43 +0000 (17:57 -0400)
(cherry picked from commit 1cbdb2208aa309cf288ee0b53f0ecd85279bb934)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/plistlib.rst

index 20c086c8b524a593f493dceb450f9eae7a6342d9..8bd6b63a8ee50bd411d611c60af1e42717e9079c 100644 (file)
@@ -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