pylint #21687 False positive "Uses of a deprecated module 'string'" [rejected]
I have checked the python docs and can see no indication that the string module has be deprecated.
test.py:
=============
#!/usr/bin/env python
import string
print string.digits
===============
sam@pc47 ~/zgoubi/pyzgoubi-sf/trunk/$ pylint --version | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |