bpo-36409: Remove old plistlib API deprecated in 3.4#15615
bpo-36409: Remove old plistlib API deprecated in 3.4#15615ronaldoussoren merged 4 commits intopython:masterfrom bigfootjon:plistlib-remove-deprecated
Conversation
Also cleanup the documentation
ronaldoussoren
left a comment
There was a problem hiding this comment.
The patch looks good to me, except for one minor issue.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
ronaldoussoren
left a comment
There was a problem hiding this comment.
Just one more nit to pick...
I will merge once this is changed and the CI passes.
|
Thank you for the quick turnaround and tips @ronaldoussoren, I appreciate the help! I have made the requested changes; please review again |
|
Thanks for making the requested changes! @ronaldoussoren: please review the changes made to this pull request. |
ronaldoussoren
left a comment
There was a problem hiding this comment.
Patch looks good to me.
|
@bigfootjon Thanks for your patch! |
* Remove implementation for old plistlib API deprecated in 3.4
* Remove implementation for old plistlib API deprecated in 3.4
* Remove implementation for old plistlib API deprecated in 3.4
* Update documentation for plistlib - Update "Mac OS X" to "Apple" since plists are used more widely than just macOS - Re-add the UID class documentation (oops, removed in pythonGH-15615)
|
It appears the removal of the |
Also cleanup the documentation
https://bugs.python.org/issue36409