Bug 8364 - Deprecrated escape sequences in Cheetah module
Summary: Deprecrated escape sequences in Cheetah module
Status: CLOSED DUPLICATE of bug 8277
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Administration (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.17.0
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-14 09:27 CEST by Tobias
Modified: 2024-06-18 13:20 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Tobias cendio 2024-06-14 09:27:51 CEST
Observed running server 4.16.0post-3632 on RHEL9 (Python 3.9.18).

> /opt/thinlinc/modules/thinlinc/Cheetah/Template.py:134: DeprecationWarning: invalid escape sequence \*
> /opt/thinlinc/modules/thinlinc/Cheetah/Template.py:1607: DeprecationWarning: invalid escape sequence \*
> /opt/thinlinc/modules/thinlinc/Cheetah/Template.py:1732: DeprecationWarning: invalid escape sequence \d
> /opt/thinlinc/modules/thinlinc/Cheetah/Template.py:1773: DeprecationWarning: invalid escape sequence \d
> /opt/thinlinc/modules/thinlinc/Cheetah/Template.py:1783: DeprecationWarning: invalid escape sequence \d
> /opt/thinlinc/modules/thinlinc/Cheetah/SettingsManager.py:19: DeprecationWarning: invalid escape sequence \(
> /opt/thinlinc/modules/thinlinc/Cheetah/SettingsManager.py:19: DeprecationWarning: invalid escape sequence \)
> /opt/thinlinc/modules/thinlinc/Cheetah/Parser.py:464: DeprecationWarning: invalid escape sequence \*
> /opt/thinlinc/modules/thinlinc/Cheetah/Parser.py:557: DeprecationWarning: invalid escape sequence \$
>   """Unescape any escaped Cheetah \$vars in the string.
> /opt/thinlinc/modules/thinlinc/Cheetah/SourceReader.py:8: DeprecationWarning: invalid escape sequence \s
Comment 1 Tobias cendio 2024-06-14 10:25:35 CEST
Looks like a duplicate of bug 8277.
Comment 2 Tobias cendio 2024-06-14 10:26:26 CEST

*** This bug has been marked as a duplicate of bug 8277 ***

Note You need to log in before you can comment on or make changes to this bug.