chore: remove pre python 3.5 regex related workaround by aucampia · Pull Request #2042 · RDFLib/rdflib (original) (raw)
Summary of changes
Removing a pre-python 3.5 regex related workaround as it uses a private
method from the re
module, and mypy complains about this, it is also
no longer needed as we no longer support pre 3.5 versions of python.
No tests are added as all changed parts of the Builtin_REPLACE
function is already covered by existing tests.
Checklist
- Checked that there aren't other open pull requests for
the same change. - Checked that all tests and type checking passes.
- For changes that have a potential impact on users of this project:
- Considered updating our changelog (
CHANGELOG.md
).
- Considered updating our changelog (
- Considered granting push permissions to the PR branch,
so maintainers can fix minor issues and keep your PR up to date.