mcpm's avatar
mcpm
New Contributor
12 months ago
Status:
New Idea

Add suport for Python's match-case statement

Together with TestComplete 15.50, a new Python 3.10 has been delivered. And Python 3.10 delivers new statement: match-case. But it is impossible to use that in TestComplete, because its code checker raises syntax error when it encounters this statement.


Adding this capability will allow to take better advantage of Python's capabilities.

1 Comment

  • mfoster711's avatar
    mfoster711
    Regular Contributor

    Agreed. I chose to convert all our code to Python recently and the lack of a match-case statement is frustrating. I hate having to create massive if/elseif/elseif/etc./else statements.