CiscoUcs / ucsmsdk

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

Changes for pyparsing compat with 2.4.7 and 3.0; some parser cleanup #222

Closed Shashank-Pandey-ML closed 2 years ago

Shashank-Pandey-ML commented 2 years ago

Replace deprecated operatorPrecedence with backward-compat infixNotation Use Word(asKeyword=True) in place of WordStart Remove unnecessary Forwards Use Keyword in place of Literal Ensure matching opening and closing quotes on types and flags

Co-Authored-By: Paul McGuire 383875+ptmcg@users.noreply.github.com