]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38530: Match exactly AttributeError and NameError when offering suggestions ...
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 16 Apr 2021 16:12:03 +0000 (17:12 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 16:12:03 +0000 (17:12 +0100)
commit0ad81d4db2f409d72f469d0b74ab597be772a68e
tree3b8c64cda42f229d3cc3522b380840d6bdd10638
parent3b82cae774638ecf2baaee8fe2cac8fedafb2ca7
bpo-38530: Match exactly AttributeError and NameError when offering suggestions (GH-25443)
Lib/test/test_exceptions.py
Python/suggestions.c