https://bugs.kde.org/show_bug.cgi?id=489526
--- Comment #3 from Charbel Nicolas <char...@fastmail.org> --- (In reply to Dmitry Kazakov from comment #2) > Git commit 5d44af277b005692241a09f30e11bb0d16166823 by Dmitry Kazakov, on > behalf of Freya Lupen. > Committed on 29/07/2024 at 07:12. > Pushed by dkazakov into branch 'master'. > > Fix Python invalid escape sequence warnings > > If Python finds a string with an invalid backslash escape such as '\*', > it will throw a Syntax or Deprecation warning. In the future this will > become an error. The fix is to use a raw string r'\*' instead, which > won't attempt to interpolate the escape sequences in the regexes. > > M +3 -3 > plugins/python/comics_project_management_tools/comics_exporter.py > M +2 -2 > plugins/python/comics_project_management_tools/exporters/ > CPMT_ACBF_XML_Exporter.py > M +4 -4 > plugins/python/comics_project_management_tools/exporters/CPMT_po_parser.py > M +1 -1 plugins/python/scripter/ui_scripter/editor/pythoneditor.py > M +4 -4 plugins/python/scripter/ui_scripter/syntax/syntax.py > > https://invent.kde.org/graphics/krita/-/commit/ > 5d44af277b005692241a09f30e11bb0d16166823 I'm on krita 5.2.9 and I still see the same syntax warnings. Is this fix still not applied to Krita 5.2 series? -- You are receiving this mail because: You are watching all bug changes.