Skip to content

Clean up unused variables and remove redundant map() in standard library modules #157053

Description

@evdakim1234

A static analysis tool (svace) reported several minor issues in Python's standard library modules.
In Lib/_markupbase.py;
Lib/_markupbase.py;
Lib/_markupbase.py;
Lib/idlelib/multicall.py;
Lib/idlelib/multicall.py;
Lib/turtle.py.
Unused variables that can be replaced with _

In Lib/idlelib/searchengine.py
Removal of an unused/redundant map() function call.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-refactorCode refactoring (with no changes in behavior)

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions