Skip to content
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

chore: remove pre python 3.5 regex related workaround #2042

Merged
merged 1 commit into from Jul 20, 2022

Conversation

aucampia
Copy link
Member

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 granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

@aucampia aucampia marked this pull request as ready for review July 19, 2022 23:34
@aucampia
Copy link
Member Author

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.
@aucampia aucampia force-pushed the iwana-20220720T0011-cleanup_py35 branch from 55fbdff to fd9a3da Compare July 20, 2022 13:12
@aucampia aucampia requested a review from a team July 20, 2022 13:13
@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 90.475% when pulling fd9a3da on iwana-20220720T0011-cleanup_py35 into 93963ee on master.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

lgtm

@aucampia aucampia merged commit 14bb386 into master Jul 20, 2022
@aucampia aucampia deleted the iwana-20220720T0011-cleanup_py35 branch July 21, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants