summaryrefslogtreecommitdiff
path: root/help/en_AU
diff options
context:
space:
mode:
authorMarc Deslauriers <[email protected]>2025-01-30 09:03:47 -0500
committerVictor Kareh <[email protected]>2026-03-18 11:14:51 -0400
commitf1fd658bda21506fac8966821fcdb4c2a154b590 (patch)
treebb21bce5e7e72dfab4661e6cf94de34bd97e7ce9 /help/en_AU
parent319f7e77f7aed8e628e74559921bd94c095d432a (diff)
downloadpluma-master.tar.bz2
pluma-master.tar.xz
snippets: fix python 3.12+ invalid escape sequence warningsHEADmaster
In Python 3.12+, invalid escape sequences changed from a DeprecationWarning to SyntaxWarning. /usr/lib/x86_64-linux-gnu/pluma/plugins/snippets/Document.py:830: SyntaxWarning: invalid escape sequence '\/' prot1 = re.match('(^[a-z]+:\/\/|\/)(.*)', first) /usr/lib/x86_64-linux-gnu/pluma/plugins/snippets/Document.py:831: SyntaxWarning: invalid escape sequence '\/' prot2 = re.match('(^[a-z]+:\/\/|\/)(.*)', second) /usr/lib/x86_64-linux-gnu/pluma/plugins/snippets/SubstitutionParser.py:162: SyntaxWarning: invalid escape sequence '\s' match = re.match('\\\\?%s\s*' % self.REG_GROUP, tokens)
Diffstat (limited to 'help/en_AU')
0 files changed, 0 insertions, 0 deletions