Bug#1085575: fenrir: Python SyntaxWarning
Graham Inggs
ginggs at debian.org
Sun Oct 20 19:13:53 BST 2024
Source: fenrir
Version: 1.9.8-2
User: debian-python at lists.debian.org
Usertags: syntaxwarning
Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/f/fenrir.html
Setting up fenrir (1.9.8-2) ...
/usr/lib/python3/dist-packages/fenrirscreenreader/commands/commands/add_word_to_spell_check.py:44:
SyntaxWarning: invalid escape sequence '\('
currWord = currWord.strip(string.whitespace +
'!"#$%&\()*+,-./:;<=§>?@[\\]^_{|}~')
/usr/lib/python3/dist-packages/fenrirscreenreader/commands/commands/remove_word_from_spell_check.py:47:
SyntaxWarning: invalid escape sequence '\('
currWord = currWord.strip(string.whitespace +
'!"#$%&\()*+,-./:;<=§>?@[\\]^_{|}~')
/usr/lib/python3/dist-packages/fenrirscreenreader/core/settingsManager.py:425:
SyntaxWarning: invalid escape sequence '\/'
environment['runtime']['debug'].writeDebugOut('\/-------environment-------\/',debug.debugLevel.INFO,
onAnyLevel=True)
/usr/lib/python3/dist-packages/fenrirscreenreader/core/settingsManager.py:427:
SyntaxWarning: invalid escape sequence '\/'
environment['runtime']['debug'].writeDebugOut('\/-------settings.conf-------\/',
debug.debugLevel.INFO, onAnyLevel=True)
/usr/lib/python3/dist-packages/fenrirscreenreader/core/settingsManager.py:429:
SyntaxWarning: invalid escape sequence '\/'
environment['runtime']['debug'].writeDebugOut('\/-------self.settingArgDict-------\/',debug.debugLevel.INFO,
onAnyLevel=True)
W: py3compile:289: No such file or directory: /usr/share/fenrir
More information about the Pkg-a11y-devel
mailing list