Skip to content

getopt doesn't seem deprecated #10211

Closed
@aaronliu0130

Description

@aaronliu0130

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

No one assigned

    Labels

    False Positive 🦟A message is emitted but nothing is wrong with the codeGood first issueFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions