MaartenGr / PolyFuzz

Fuzzy string matching, grouping, and evaluation.
https://maartengr.github.io/PolyFuzz/
MIT License
725 stars 68 forks source link

Avoid syntax warning #70

Open raffaem opened 7 months ago

MaartenGr commented 7 months ago

Could you show a reproducible example of the issue? What is this exactly fixing?

raffaem commented 7 months ago

Regular expressions need raw strings, and 3.12 will raise SyntaxWarning, and future python versions syntax error, if they don't.

But I cannot reproduce it anymore.

I have too many versions of PolyFuzz of my PC.