Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Regression: no member contextlib #1444
Comments
PCManticore
added
the
bug
label
Apr 27, 2017
frerich
referenced this issue
May 4, 2017
Open
Regression: Pylint 1.7.1 incorrectly reports no-member for `pyuv.fs.FSEvent` whereas Pylint 1.6.5 worked #1467
added a commit
to cloud-init/cloud-init
that referenced
this issue
May 22, 2017
|
Closing as a duplicate of #1437, but there's lots of extra information on here so thanks for the detail! |
AWhetter
closed this
Jul 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
powersj commentedApr 24, 2017
Steps to reproduce
Use the following to reproduce and run pylint 1.7.1 on it:
Current behavior
E: 8, 4: Instance of 'closing' has no 'read' member (no-member)Expected behavior
No error reported
pylint --version output
Other information
No errors are reported under the previous version:
Confirming read is a member: