Skip to content

Fix for #484: module 'plistlib' has no attribute 'readPlist'#485

Merged
cclauss merged 4 commits into
ywangd:masterfrom
robco:patch-1
May 4, 2023
Merged

Fix for #484: module 'plistlib' has no attribute 'readPlist'#485
cclauss merged 4 commits into
ywangd:masterfrom
robco:patch-1

Conversation

@robco

@robco robco commented Apr 29, 2023

Copy link
Copy Markdown
Contributor

Pythonista 3 was recently upgraded to python3.10. This fix mirigates plist.py:8: DeprecationWarning: The readPlist function is deprecated, use load() instead pl=plistlib.readPlist(fileName)

robco added 3 commits April 29, 2023 08:35
Pythonista 3 was recently upgraded to python3.10. This fix mirigates plist.py:8: DeprecationWarning: The readPlist function is deprecated, use load() instead pl=plistlib.readPlist(fileName)

@cclauss cclauss left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ywangd @bennr01 Your reviews, please. These changes look good to me.

I made similar changes on the dev branch in #478 but we need them on the default branch: master.

@cclauss

cclauss commented Apr 29, 2023

Copy link
Copy Markdown
Collaborator

@jsbain Are you a maintainer of this repo?

@cclauss

cclauss commented May 2, 2023

Copy link
Copy Markdown
Collaborator

@bennr01 Have you downloaded the new version of Pythonista?

@robco

robco commented May 3, 2023

Copy link
Copy Markdown
Contributor Author

@ywangd can you check please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants