pylint #50459 update deprecated modules [open]
For now, pylint lists only very few deprecated modules, where as the python module index http://docs.python.org/modindex.html lists the following deprecated modules: DEPRECATED = ['aepack', 'aetools', 'aetypes', 'al', 'AL', 'applesingle', 'autoGIL', 'Bastion', 'buildtools', 'cd', 'cfmfile', 'ColorPicker', 'Carbon', 'commands', 'compiler', 'DEVICE', 'dircache', 'dl', 'EasyDialogs', 'FL', 'fl', 'flp', 'fm', 'fpformat', 'FrameWork', 'gl', 'GL', 'htmllib', 'ic', 'icopen', 'imageop', 'imgfile', 'imputil', 'jpeg', 'macerrors', 'MacOS', 'macostools', 'macresource', 'md5', 'mhlib', 'mimetools', 'MimeWriter', 'mimify', 'multifile', 'mutex', 'Nav', 'new', 'optparse', 'PixMapWrapper', 'popen2', 'posixfile', 'rexec', 'rfc822', 'sets', 'sgmllib', 'sha', 'statvfs', 'stringprep', 'sunaudiodev', 'SUNAUDIODEV', 'user', 'videoreader', 'W'] However, we probably don't want to put all this list into the default value of the 'deprecated-modules' option. | |
priority | normal |
---|---|
type | task |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2010/11/08 13:05, written by eanclin
add commentThe "hotshot" module disappeared in Python3.x. It seems it is deprecated although this is not mentioned in the documentation.