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/HISTORY | |
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/HISTORY')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 127b782..43ee01f 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -9050,7 +9050,7 @@ limit is the maximum number of recursive calls that can be made by Python code. The limit exists to prevent infinite recursion from overflowing the C stack and causing a core dump. The default value is 1000. The maximum safe value for a particular platform can be found -by running Misc/find_recursionlimit.py. +by running Tools/scripts/find_recursionlimit.py. New Modules and Packages ------------------------ |