-
Notifications
You must be signed in to change notification settings - Fork 51
Fix invalid escape sequences on Python 3.12 in client code #212
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
Conversation
|
@StykMartin please review carefully, I don't really trust myself here 🙈 |
|
@mh21 can you please remove changes to LC and Server?
|
06c1f32 to
69b816b
Compare
|
@StykMartin updated the PR 🤗 |
|
Thank you @mh21. I'll check it out right after my workday is over. |
|
/packit build |
Candidate sites were found via
find . -iname '*.py' -exec pylint --disable all --enable W1401 {} +
and
git grep '\<re\..*(["'"'].*\\\\" | grep '\.py:'
Signed-off-by: Michael Hofmann <[email protected]>
|
Looks good, thanks @mh21! I can guarantee that this release will be done this weekend. I will post Bodhi updates here so you can +1/-1 karma. |
|
@StykMartin sorry it took me so long to come back to this, thank you very much! 🤗 The user that reported this has verified that this fixed his issue 🎉. |

Candidate sites were found via
and
Fixes #211