diff options
| author | Marc Deslauriers <[email protected]> | 2025-01-30 09:03:47 -0500 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-18 11:14:51 -0400 |
| commit | f1fd658bda21506fac8966821fcdb4c2a154b590 (patch) | |
| tree | bb21bce5e7e72dfab4661e6cf94de34bd97e7ce9 /help/en_AU | |
| parent | 319f7e77f7aed8e628e74559921bd94c095d432a (diff) | |
| download | pluma-master.tar.bz2 pluma-master.tar.xz | |
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
