Skip to content

Please provide a fallback from regex to the standard re module #8031

@mgorny

Description

@mgorny

Context

I am maintaining Python packages for Gentoo Linux. mkdocs-autorefs package supports PyPy3, and it recently gained a dependency on mkdocs-material.

Description

Some of the mkdocs-material plugins currently depend on the regex package. This package relies on CPython implementation details and has significant technical debt, and support for other Python implementations such as PyPy has been rejected upstream.

Related links

Use Cases

It will enable full functionality of the plugin when using alternate Python implementations such as PyPy.

Visuals

No response

Before submitting

Metadata

Metadata

Assignees

No one assigned

    Labels

    change requestIssue requests a new feature or improvementresolvedIssue is resolved, yet unreleased if open

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions