summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-27 20:19:55 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-27 20:19:55 (GMT)
commitef9c9af915872a9fa2c7480fd637038cc3a445f8 (patch)
tree8027d627f4645940e064b8b9b0a148e616753b5d /Misc/HISTORY
parent22fff4363324c408b13761e5ccc5e318797fdc30 (diff)
downloadcpython-ef9c9af915872a9fa2c7480fd637038cc3a445f8.zip
cpython-ef9c9af915872a9fa2c7480fd637038cc3a445f8.tar.gz
cpython-ef9c9af915872a9fa2c7480fd637038cc3a445f8.tar.bz2
Merged revisions 75373 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ................ r75373 | georg.brandl | 2009-10-11 23:24:34 +0200 (So, 11 Okt 2009) | 17 lines Merged revisions 75370-75372 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75370 | georg.brandl | 2009-10-11 23:10:07 +0200 (So, 11 Okt 2009) | 1 line Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. ........ r75371 | georg.brandl | 2009-10-11 23:14:37 +0200 (So, 11 Okt 2009) | 1 line Add find_recursionlimit.py to README. ........ r75372 | georg.brandl | 2009-10-11 23:17:14 +0200 (So, 11 Okt 2009) | 1 line Update Misc/README. ........ ................
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index b2d3fba..4fb749a 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -10435,7 +10435,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
------------------------