Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Linux
-
3.13.7
Description
When I execute a python script which uses mariadb, I see the following warning message:
...python3.13/site-packages/mariadb/connectionpool.py:44:
SyntaxWarning: invalid escape sequence '*'
- ***kwargs* - Optional additional connection arguments, as described in m
ariadb.connect() method.
This would prevent the script from running if it attempted to use connection pooling.
You could perhaps use # at the beginning of the line instead of using triple quotes to comment out the block. I have edited connectionpool.py to delete the backslashes.