unicon.plugins icon indicating copy to clipboard operation
unicon.plugins copied to clipboard

DeprecationWarning when running Python3.13

Open tzarski0 opened this issue 11 months ago • 0 comments

When running on Python 3.13.2, the following warnings are displayed:

/Users/tzarski/.pyenv/versions/3.13.2/lib/python3.13/site-packages/unicon/plugins/generic/service_implementation.py:756: DeprecationWarning: 'count' is passed as positional argument
  output = re.sub(r"^\r?\r\n", "", output, 1)

tzarski0 avatar Feb 20 '25 19:02 tzarski0