miketeo/pysmb

DeprecationWarning: invalid escape sequence \/

Opened this issue · 0 comments

On import, with Python 3.7.9, I am getting:

smb\SMBConnection.py:48: DeprecationWarning: invalid escape sequence \/
smb\base.py:2995: DeprecationWarning: invalid escape sequence \/

It is harmless but annoying.
In both cases, the cause is the list of prohibited characters in the documentation string.