]> www.ginac.de Git - ginac.git/commit
[build] Use Python raw strings in regular expressions.
authorRichard Kreckel <kreckel@ginac.de>
Tue, 31 Dec 2024 14:15:05 +0000 (15:15 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 31 Dec 2024 14:15:05 +0000 (15:15 +0100)
commit2b3fe3bf9cded69da7c4fb0404f23549ee8fea02
tree781d7b1abddee690f2c1aa342fa024690d74679d
parent30c85fbefe45d58eaf53b1f9dbe80091a35f8464
[build] Use Python raw strings in regular expressions.

To suppress some Python3 warnings about unescaped '\s' during build.
Also, this seems to be recommended best practice.
ginsh/ginsh_fcn_help.py
ginsh/ginsh_op_help.py