napalm icon indicating copy to clipboard operation
napalm copied to clipboard

Deprecation warning: telnetlib

Open bewing opened this issue 1 year ago • 1 comments

napalm/ios/ios.py:22
  /home/bewing/Projects/napalm/napalm/ios/ios.py:22: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
    import telnetlib

https://github.com/ktbyers/netmiko/issues/3177

Will need to update code once @ktbyers refactors/vendors telnetlib

bewing avatar Jul 16 '24 18:07 bewing