[issue33801] Remove non-ordered dict comment from plistlib

2018-06-08 Thread Ned Deily


Ned Deily  added the comment:


New changeset 416fbe41b783d5686b9cb7ff7f8af94b41dc16b8 by Ned Deily (Miss 
Islington (bot)) in branch '3.7':
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)
https://github.com/python/cpython/commit/416fbe41b783d5686b9cb7ff7f8af94b41dc16b8


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33801] Remove non-ordered dict comment from plistlib

2018-06-08 Thread Ned Deily


Ned Deily  added the comment:

Thanks for the PR!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
type: enhancement -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33801] Remove non-ordered dict comment from plistlib

2018-06-08 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7179

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33801] Remove non-ordered dict comment from plistlib

2018-06-08 Thread Ned Deily

Ned Deily  added the comment:


New changeset 1cbdb2208aa309cf288ee0b53f0ecd85279bb934 by Ned Deily (Andrés 
Delfino) in branch 'master':
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495)
https://github.com/python/cpython/commit/1cbdb2208aa309cf288ee0b53f0ecd85279bb934


--
nosy: +ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33801] Remove non-ordered dict comment from plistlib

2018-06-07 Thread Andrés Delfino

Change by Andrés Delfino :


--
keywords: +patch
pull_requests: +7120
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33801] Remove non-ordered dict comment from plistlib

2018-06-07 Thread Andrés Delfino

New submission from Andrés Delfino :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com