On Tue, Sep 7, 2021 at 1:36 AM Finn Mason <[email protected]> wrote: > > Thank you for testing that. I dug through the change log, and found bpo-12022: > https://bugs.python.org/issue12022 > It has been fixed in 3.11, but not mentioned in the What's New document. > Should it be? >
If it was indeed a side effect of that change, then there *is* a What's New entry about it, but it's focusing on other changes: https://github.com/python/cpython/pull/26809/files#diff-78f24041d66ab8ed2ae1aee94bcd42396d27af833cb96a3c506294c6d6dce82d It's looking like 3.11 is the version where error messages get improved in all the different ways :) ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/R3G2HIAWPM4YOBE2QORPASCKXWBPD6ML/ Code of Conduct: http://python.org/psf/codeofconduct/
