Issue 33801: Remove non-ordered dict comment from plistlib
Created on 2018-06-07 20:12 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 7495 | merged | adelfino, 2018-06-07 20:13 | |
| PR 7546 | merged | miss-islington, 2018-06-08 21:52 | |
| Messages (4) | |||
|---|---|---|---|
| msg318969 - (view) | Author: Andrés Delfino (adelfino) * ![]() |
Date: 2018-06-07 20:12 | |
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. |
|||
| msg319109 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2018-06-08 21:51 | |
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 |
|||
| msg319111 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2018-06-08 21:57 | |
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 |
|||
| msg319112 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2018-06-08 21:58 | |
Thanks for the PR! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:01 | admin | set | github: 77982 |
| 2018-06-08 21:58:41 | ned.deily | set | status: open -> closed type: enhancement -> messages: + msg319112 resolution: fixed |
| 2018-06-08 21:57:51 | ned.deily | set | messages: + msg319111 |
| 2018-06-08 21:52:38 | miss-islington | set | pull_requests: + pull_request7179 |
| 2018-06-08 21:51:28 | ned.deily | set | nosy:
+ ned.deily messages: + msg319109 |
| 2018-06-07 20:13:50 | adelfino | set | keywords:
+ patch stage: patch review pull_requests: + pull_request7120 |
| 2018-06-07 20:12:56 | adelfino | create | |

