You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve :exc:`SyntaxError` message for ``===``, ``=<``, ``=>``, ``=!``, and ``<>`` operators, suggesting ``==``, ``<=``, ``>=``, ``!=``, and ``!=`` respectively.
1
+
Improve :exc:`SyntaxError` messages for common operator typos coming from other languages: ``=<``, ``=>``, and ``=!`` now suggest ``<=``, ``>=``, and ``!=`` respectively, ``===`` suggests ``is``, and ``<>`` shows a tailored message suggesting ``!=``.
0 commit comments