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

Improve escaping in a regex, add docs and another test #1282

Merged
merged 5 commits into from
Jan 5, 2024
Merged

Conversation

cbm755
Copy link
Collaborator

@cbm755 cbm755 commented Jan 3, 2024

Fixes #1267.

cbm755 added 5 commits January 2, 2024 19:37
Also, fix confusing import: can't really do `re.split` because `from
sympy import *` has `re` in the namespace.  But I also didn't like
`split` so use `lib_re_split`.
Add some notes to remind maintainers to update both files.
@cbm755 cbm755 merged commit 608d3a8 into main Jan 5, 2024
56 checks passed
@cbm755 cbm755 deleted the undesired_escape branch January 5, 2024 02:39
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.

SyntaxWarning: invalid escape sequence '\('
1 participant