Skip to content

enum: remove unused function - #132044

Merged
methane merged 1 commit into
python:mainfrom
methane:enum_remove_unused
Apr 8, 2025
Merged

enum: remove unused function#132044
methane merged 1 commit into
python:mainfrom
methane:enum_remove_unused

Conversation

@methane

Copy link
Copy Markdown
Member

@python-cla-bot

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@methane
methane marked this pull request as ready for review April 6, 2025 23:45
@methane
methane requested a review from CopilotApril 6, 2025 23:45

This comment was marked as off-topic.

@hugovkhugovk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

History: _dedent was added in #30582 (then briefly reverted in #30632 and re-added in #30637) in v3.11.0a5.

Then its use was removed in #94188 in v3.12.0a1 but the function not removed.

I think it's safe to remove the function: it wasn't documented, was underscore prefixed, is very similar to textwrap.dedent() which should be the first choice, and I don't find any use of _dedent on GitHub code search.

@methane
methane merged commit e2b35ee into python:mainApr 8, 2025
@methane
methane deleted the enum_remove_unused branch April 8, 2025 00:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@methane@hugovk@AA-Turner