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
Run the following with --py3k:
class Test(): def iteritems(self): pass test = Test() test.iteritems()
W1620: Calling a dict.iter*() method (dict-iter-method)
Only issue W1620 from dict instances.
W1620
dict
Result of pylint --version output:
pylint --version
pylint 2.6.0 astroid 2.4.2 Python 3.8.7 (default, Jan 20 2021, 00:00:00) [GCC 10.2.1 20201125 (Red Hat 10.2.1-9)]
The text was updated successfully, but these errors were encountered:
Won't do, we removed the python3 porting mode in 2.11.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Run the following with --py3k:
Current behavior
Expected behavior
Only issue
W1620
fromdict
instances.pylint --version output
Result of
pylint --version
output:The text was updated successfully, but these errors were encountered: