Old #Python: a traceback pointing vaguely at the wrong line. New Python: errors that underline the exact spot — and suggest fixes. Python 3.10 and 3.11 rewrote many error messages. They pinpoint the failing sub-expression and often add "did you mean...?"
4 likes 0 replies
?