#1099159 Syntax warnings when installing python3-pivy

Package:
python3-pivy
Source:
python3-pivy
Description:
Coin binding for Python 3
Submitter:
spike
Date:
2025-02-28 23:12:03 UTC
Severity:
normal
#1099159#5
Date:
2025-02-28 23:09:40 UTC
From:
To:
Three syntax warnings occur when installing python3-pivy:

/usr/lib/python3/dist-packages/pivy/quarter/QuarterWidget.py:17:
SyntaxWarning: invalid escape sequence '\C'
  """
/usr/lib/python3/dist-packages/pivy/quarter/eventhandlers/DragDropHandler.py:17:
SyntaxWarning: invalid escape sequence '\c'
  """
/usr/lib/python3/dist-packages/pivy/quarter/eventhandlers/EventHandler.py:17:
SyntaxWarning: invalid escape sequence '\c'
  """

In each case changing the offending docstring to start with 'r"""'
instead of '"""' suppresses the warnings.