summaryrefslogtreecommitdiffstats
path: root/Misc/README
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/README
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/README')
-rw-r--r--Misc/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/README b/Misc/README
index 920299b..1d8c22d 100644
--- a/Misc/README
+++ b/Misc/README
@@ -12,7 +12,6 @@ AIX-NOTES Notes for building Python on AIX
BeOS-NOTES Notes for building on BeOS
BeOS-setup.py setup.py replacement for BeOS, see BeOS-NOTES
cheatsheet Quick summary of Python by Ken Manheimer
-find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY News from previous releases -- oldest last
HPUX-NOTES Notes about dynamic loading under HP-UX