Skip to content
  • Denis Ovsienko's avatar
    145b50dd
    address warnings from Python 3.12 · 145b50dd
    Denis Ovsienko authored
    mbcli.py:391: SyntaxWarning: invalid escape sequence '\.'
    mbcli.py:473: SyntaxWarning: invalid escape sequence '\.'
    
    Do not escape "." within a character class as that's a no-op.  Use raw
    strings for patterns that genuinely need to use backslashes.
    145b50dd
    address warnings from Python 3.12
    Denis Ovsienko authored
    mbcli.py:391: SyntaxWarning: invalid escape sequence '\.'
    mbcli.py:473: SyntaxWarning: invalid escape sequence '\.'
    
    Do not escape "." within a character class as that's a no-op.  Use raw
    strings for patterns that genuinely need to use backslashes.
Loading