summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2022-10-04 22:31:16 (GMT)
committerGitHub <noreply@github.com>2022-10-04 22:31:16 (GMT)
commitbbc7cd649a6ef56eb09278f3e746ca89b9d592c9 (patch)
tree9b27714a75a9d5e550e68405af984b7c61c3176e /.gitattributes
parent7acb93f0d44c6fb971fdb09b86f68896e3b1e2f8 (diff)
downloadcpython-bbc7cd649a6ef56eb09278f3e746ca89b9d592c9.zip
cpython-bbc7cd649a6ef56eb09278f3e746ca89b9d592c9.tar.gz
cpython-bbc7cd649a6ef56eb09278f3e746ca89b9d592c9.tar.bz2
gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022)
Relevant tests moved from test_exceptions to test_traceback to be able to compare both implementations. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 79f7b71..d7e0ab2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -73,6 +73,7 @@ Include/internal/pycore_runtime_init_generated.h generated
Include/opcode.h generated
Include/token.h generated
Lib/keyword.py generated
+Lib/test/levenshtein_examples.json generated
Lib/test/test_stable_abi_ctypes.py generated
Lib/token.py generated
Objects/typeslots.inc generated