Skip to content

gh-86519: Add prefixmatch APIs to the re module #31137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Feb 5, 2022

Adds prefixmatch APIs to the re module as an alternate name for our long existing match APIs to help alleviate a common Python confusion for those coming from other languages regular expression libraries.

These alleviate common confusion around what "match" means as Python is different than other popular languages regex libraries in our use of the term as an API name. The original match names are NOT being deprecated. Source tooling like linters, IDEs, and LLMs could suggest using prefixmatch instead of match to improve code health and reduce cognitive burden of understanding the intent of code when configured for a modern minimum Python version.

See the documentation changes within this PR for a better description.

Documentation Preview: https://cpython-previews--31137.org.readthedocs.build/en/31137/

These alleviate common confusion around what "match" means as Python is
different than other popular languages in our use of the term as an API
name.  The original "match" names are NOT being deprecated.  Source
tooling like linters are expected to suggest using prefixmatch instead
of match to improve code health and reduce cognitive burden of
understanding the intent when reading code.

See the documentation changes within this PR for a better description.
@gpshead gpshead added the type-feature A feature request or enhancement label Feb 5, 2022
@gpshead gpshead marked this pull request as draft January 30, 2023 05:20
@gpshead gpshead changed the title bpo-42353: Add prefixmatch APIs to the re module gh-86519: Add prefixmatch APIs to the re module Jan 30, 2023
@python-cla-bot
Copy link

python-cla-bot bot commented Apr 18, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@gpshead gpshead force-pushed the prefixmatch-b42353 branch 3 times, most recently from 554bb41 to 54c77ca Compare April 19, 2025 01:09
@gpshead gpshead force-pushed the prefixmatch-b42353 branch from 54c77ca to 149f6e4 Compare April 19, 2025 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants