diff options
author | Georg Brandl <georg@python.org> | 2009-10-11 21:10:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-11 21:10:07 (GMT) |
commit | 2bd92a59610a08f9444d0e4bca6ce6047716df20 (patch) | |
tree | e5e51689d776332a18f7371317ca07f5c830f2e7 /Misc/NEWS | |
parent | beaf6a02f45fe667ddcb1fbdd24f1ea7189b2105 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |