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

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


https://github.com/python/cpython/commit/1cbdb2208aa309cf288ee0b53f0ecd85279bb934
commit: 1cbdb2208aa309cf288ee0b53f0ecd85279bb934
branch: master
author: Andrés Delfino <adelfino at gmail.com>
committer: Ned Deily <nad at python.org>
date: 2018-06-08T17:51:20-04:00
summary:

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

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