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

Update for Python v3.10: isSet() is deprecated, use is_set() instead #137

Closed
umananda-syncware opened this issue Oct 4, 2022 · 1 comment

Comments

@umananda-syncware
Copy link

I have encountered a Deprecation Warning, and this is the warning message:

/usr/local/lib/python3.10/site-packages/pubnub/pubnub.py:358: DeprecationWarning: isSet() is deprecated, use is_set() instead
while not self._event.isSet():

Please resolve this issue. @seba-aln @anovikov1984

@seba-aln
Copy link
Contributor

seba-aln commented Oct 6, 2022

Thanks for the info. Fixed in v7.0.1 (#138)

@seba-aln seba-aln closed this as completed Oct 6, 2022
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

No branches or pull requests

2 participants