summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-11 21:10:07 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-11 21:10:07 (GMT)
commit2bd92a59610a08f9444d0e4bca6ce6047716df20 (patch)
treee5e51689d776332a18f7371317ca07f5c830f2e7 /Misc/NEWS
parentbeaf6a02f45fe667ddcb1fbdd24f1ea7189b2105 (diff)
downloadcpython-2bd92a59610a08f9444d0e4bca6ce6047716df20.zip
cpython-2bd92a59610a08f9444d0e4bca6ce6047716df20.tar.gz
cpython-2bd92a59610a08f9444d0e4bca6ce6047716df20.tar.bz2
Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9fc3edc..bb94244 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1566,7 +1566,7 @@ Extension Modules
Tools/Demos
-----------
-- Issue #3850: recursion tests in Misc/find_recursion_limit.py can raise
+- Issue #3850: recursion tests in Tools/scripts/find_recursion_limit.py can raise
AttributeError instead of RuntimeError, depending in which C API call
exactly the recursion limit is exceeded. Consequently, both exception types
are caught and silenced.