[docs] [issue33801] Remove non-ordered dict comment from plistlib

Andrés Delfino report at bugs.python.org
Thu Jun 7 16:12:56 EDT 2018


New submission from Andrés Delfino <adelfino at gmail.com>:

plistlib documentation says:

"The exact structure of the plist can be recovered by using collections.OrderedDict (although the order of keys shouldn't be important in plist files)"

This is no longer necessary, since dict objects preserve insertion order. PR changes this.

----------
assignee: docs at python
components: Documentation
messages: 318969
nosy: adelfino, docs at python
priority: normal
severity: normal
status: open
title: Remove non-ordered dict comment from plistlib
type: enhancement
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33801>
_______________________________________


More information about the docs mailing list