Public bug reported:

With the Python version supplied by Ubuntu Noble (3.12.3), the pgspecial
module emits a warning whenever it is loaded.

```
/usr/lib/python3/dist-packages/pgspecial/main.py:238: SyntaxWarning: invalid 
escape sequence '\w'
```


The solution is fairly straightforward:

    caller (e.g. \watch).

becomes

    caller (e.g. \\watch).

This is what I have done on my local install.

** Affects: python-pgspecial (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2091037

Title:
  SyntaxWarning: invalid escape sequence '\w'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pgspecial/+bug/2091037/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to