Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 127b782..43ee01f 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -9050,7 +9050,7 @@
 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
 ------------------------