logilab-astng #51250 E1101: 3: Module 'hashlib' has no 'md5' member [open]
I am seeing a similar error with pylint-0.21.1-2.fc14.noarch
#!/usr/bin/env python
E1101: 3: Module 'hashlib' has no 'md5' member | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2010/12/01 17:45, written by eanclin
add commentThis occurs only in python >= 2.7, since md5 is defined dynamically with:
Hence, it depends on some implementation about "globals"