Closed
Description
Bug description
# pylint: disable=unused-import
import getopt
Configuration
Command used
pylint a.py
Pylint output
************* Module a
a.py:2:0: W4901: Deprecated module 'getopt' (deprecated-module)
Expected behavior
Nothing. I get that we should be migrating away from getopt anyhow, but getopt doesn't seem to actually be within any of 3.13's deprecations.
Pylint version
Since 3.3.0
OS / Environment
No response