CiscoUcs / ucsmsdk

Python SDK for Cisco UCSM
Other
81 stars 60 forks source link

Support for Python3.11 #226

Closed Shashank-Pandey-ML closed 1 year ago

Shashank-Pandey-ML commented 1 year ago

Method "getargspec()" is deprecated since python3.0. Using backward compatible "getfullargspec()" instead.