FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

enum: remove unused function by methane · Pull Request #132044 · python/cpython · GitHub

/ cpython Public

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 commented Apr 3, 2025

Copy link
Copy Markdown
Member

python-cla-bot Bot commented Apr 6, 2025

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

methane marked this pull request as ready for review April 6, 2025 23:45
methane requested a review from ethanfurman as a code owner April 6, 2025 23:45
methane requested a review from Copilot April 6, 2025 23:45

This comment was marked as off-topic.

hugovk 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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 merged commit e2b35ee into python:main Apr 8, 2025
methane deleted the enum_remove_unused branch April 8, 2025 00:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to 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


Back | FazBrowse Home | New Git URL