We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
__cmp__
client.dynamic
drop_py2
In Python3,
The cmp() function should be treated as gone, and the cmp() special method is no longer supported. https://docs.python.org/3/whatsnew/3.0.html#ordering-comparisons
However, they are still contained in client.dynamic.
comtypes/comtypes/client/dynamic.py
Lines 76 to 79 in 32d6621
Remove this dead code and modernize the codebase.
The text was updated successfully, but these errors were encountered:
I created this issue to serve as a "model case" for future good first issue that I will submit.
good first issue
I will work on this.
Sorry, something went wrong.
junkmd
Successfully merging a pull request may close this issue.
THIS IS FOR
drop_py2
PLAN! Please see #392.In Python3,
However, they are still contained in
client.dynamic
.comtypes/comtypes/client/dynamic.py
Lines 76 to 79 in 32d6621
Remove this dead code and modernize the codebase.
The text was updated successfully, but these errors were encountered: