napalm-automation / napalm

Network Automation and Programmability Abstraction Layer with Multivendor support
Apache License 2.0
2.23k stars 551 forks source link

Deprecation warning: telnetlib #2119

Open bewing opened 2 months ago

bewing commented 2 months ago
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

ktbyers commented 1 month ago

See:

https://github.com/napalm-automation/napalm/pull/2137