Is this an issue with python3.13 #55079
-
I am unsure if this will be a continuing issue?
|
Beta Was this translation helpful? Give feedback.
Answered by
classabbyamp
Apr 16, 2025
Replies: 1 comment 1 reply
-
in recent versions, python (rightly) got more strict about escape sequences in regular strings. many packages haven't corrected this yet, so it shows a warning. it's pretty harmless, but either upstream or void will have to patch them eventually. it's fine to ignore for now |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ACR-Jeff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in recent versions, python (rightly) got more strict about escape sequences in regular strings. many packages haven't corrected this yet, so it shows a warning. it's pretty harmless, but either upstream or void will have to patch them eventually.
it's fine to ignore for now