-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
False Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the codeGood first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementation
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
Additional dependencies
Metadata
Metadata
Assignees
Labels
False Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the codeGood first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementation