Closed
Description
According to https://docs.python.org/3.11/whatsnew/3.11.html#deprecated mailcap
is deprecated but is not part of pylint's checks yet
Bug description
import mailcap
Configuration
n/a
Command used
pylint foo.py
Pylint output
************* Module foo
Expected behavior
Raises deprecated-module
Pylint version
pylint 2.15.2
astroid 2.12.9
Python 3.11.0rc1+ (heads/3.11:7bfb11d, Sep 9 2022, 14:28:39) [GCC 7.5.0]
OS / Environment
Linux
Additional dependencies
No response