diff options
author | Thomas Wouters <thomas@python.org> | 2022-11-14 11:12:42 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-11-14 11:18:11 (GMT) |
commit | 3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff (patch) | |
tree | e087ca2d68d9625d036606f2acb7a3f2d19b0d92 /Misc/NEWS.d/next/Core and Builtins/2022-11-05-18-36-27.gh-issue-99139.cI9vV1.rst | |
parent | db115682bd639a2642c617f0b7d5b30cd7d7f472 (diff) | |
download | cpython-3.12.0a2.zip cpython-3.12.0a2.tar.gz cpython-3.12.0a2.tar.bz2 |
Python 3.12.0a2v3.12.0a2
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2022-11-05-18-36-27.gh-issue-99139.cI9vV1.rst')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-11-05-18-36-27.gh-issue-99139.cI9vV1.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-11-05-18-36-27.gh-issue-99139.cI9vV1.rst b/Misc/NEWS.d/next/Core and Builtins/2022-11-05-18-36-27.gh-issue-99139.cI9vV1.rst deleted file mode 100644 index 62b78b9..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2022-11-05-18-36-27.gh-issue-99139.cI9vV1.rst +++ /dev/null @@ -1,5 +0,0 @@ -Improve the error suggestion for :exc:`NameError` exceptions for instances. -Now if a :exc:`NameError` is raised in a method and the instance has an -attribute that's exactly equal to the name in the exception, the suggestion -will include ``self.<NAME>`` instead of the closest match in the method -scope. Patch by Pablo Galindo |