New submission from Andrés Delfino <adelf...@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@python
components: Documentation
messages: 318969
nosy: adelfino, docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to