Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
May 4, 2023

Conversation

robco
Copy link
Contributor

@robco robco commented Apr 29, 2023

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)

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)
Copy link
Collaborator

@cclauss cclauss left a comment

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
Copy link
Collaborator

cclauss commented Apr 29, 2023

@jsbain Are you a maintainer of this repo?

@cclauss
Copy link
Collaborator

cclauss commented May 2, 2023

@bennr01 Have you downloaded the new version of Pythonista?

@robco
Copy link
Contributor Author

robco commented May 3, 2023

@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