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

FIX: fix escaping in re expressions #127

Closed

Conversation

tacaswell
Copy link
Collaborator

Future versions of Python will have SyntaxError on invalid (to Python) escape codes.

Future versions of Python will have SyntaxError on invalid (to Python) escape
codes.
@tacaswell tacaswell requested a review from briantoby January 16, 2025 22:47
@tacaswell tacaswell closed this Jan 16, 2025
@tacaswell tacaswell reopened this Jan 16, 2025
@tacaswell
Copy link
Collaborator Author

"power-cycled" to get CI to run :)

briantoby added a commit that referenced this pull request Jan 21, 2025
@briantoby
Copy link
Collaborator

The PyCifRW (CifFiles) package was previously distributed as part of GSAS-II with a now out-of-date version. Originally that was all we could do, but since it is [now] in Conda-forge & PyPI, better to use the current package (as it addresses the fixes above). If this introduces bugs, we will want to fix them in GSAS-II rather than say with an old package.

The cleanup to GSASII/GSASIIexprGUI.py (and then some) was applied in ae319c3.

Closing PR as no longer needed.

@briantoby briantoby closed this Jan 21, 2025
@tacaswell tacaswell deleted the fix/re_escaping branch January 21, 2025 21:23
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.

2 participants