[Python-checkins] bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)

Ned Deily webhook-mailer at python.org
Fri Jun 8 17:57:51 EDT 2018


https://github.com/python/cpython/commit/416fbe41b783d5686b9cb7ff7f8af94b41dc16b8
commit: 416fbe41b783d5686b9cb7ff7f8af94b41dc16b8
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Ned Deily <nad at python.org>
date: 2018-06-08T17:57:43-04:00
summary:

bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)

(cherry picked from commit 1cbdb2208aa309cf288ee0b53f0ecd85279bb934)

Co-authored-by: Andrés Delfino <adelfino at gmail.com>

files:
M Doc/library/plistlib.rst

diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst
index 20c086c8b524..8bd6b63a8ee5 100644
--- a/Doc/library/plistlib.rst
+++ b/Doc/library/plistlib.rst
@@ -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



More information about the Python-checkins mailing list