Skip to content
Commit cf657354 authored by Vagrant Cascadian's avatar Vagrant Cascadian
Browse files

Update escape sequences for compatibility with python3.12.

(Closes: #1068853)

These particular escapes were previously listed as DeprecationWarning,
but in Python 3.12 were changed to a SyntaxWarming:

  https://discuss.python.org/t/collaboration-on-handling-python-3-12-incompatible-changes-distutils-and-asyncore-removal-invalid-escape-escape-etc/20721

Used the recommended pycodestyle command to find the specific issues:

  pycodestyle --show-source --select W605 $(find -name "*.py")

Wow, this is getting ugly!
parent 96e324ad
Loading
Loading
Loading
Pipeline #664560 passed with stages
in 11 minutes and 39 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment