python-datemath icon indicating copy to clipboard operation
python-datemath copied to clipboard

Fix `SyntaxWarning: invalid escape sequence`

Open mweislley opened this issue 1 year ago • 0 comments

With python 3.12 the DeprecationWarning for invalid escape sequence has been upgraded to a SyntaxWarning, see python 3.12 documentation here

I've just converted these to raw strings to resolve the problem.

mweislley avatar Jun 05 '24 15:06 mweislley