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
sys.version_info
client.dynamic
drop_py2
In Python3,
PEP 3114: the standard next() method has been renamed to __next__(). https://docs.python.org/3/whatsnew/3.0.html#operators-and-special-methods
However, they are still contained in client.dynamic.
comtypes/comtypes/client/dynamic.py
Lines 161 to 175 in b6a4181
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 161 to 175 in b6a4181
Remove this dead code and modernize the codebase.
The text was updated successfully, but these errors were encountered: