]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #1673121: update README wrt. OSX default shell.
authorGeorg Brandl <georg@python.org>
Tue, 6 Mar 2007 18:47:31 +0000 (18:47 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 6 Mar 2007 18:47:31 +0000 (18:47 +0000)
README

diff --git a/README b/README
index 743fd0509bfaee423f489f7662e0c343105903b2..62218b076cfd9489746b5c43a0ed2ab76989e5c6 100644 (file)
--- a/README
+++ b/README
@@ -570,9 +570,9 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
 MacOSX: The tests will crash on both 10.1 and 10.2 with SEGV in
         test_re and test_sre due to the small default stack size.  If
         you set the stack size to 2048 before doing a "make test" the
-        failure can be avoided.  If you're using the tcsh (the default
-        on OSX), or csh shells use "limit stacksize 2048" and for the
-        bash shell, use "ulimit -s 2048".
+        failure can be avoided.  If you're using the tcsh or csh shells,
+        use "limit stacksize 2048" and for the bash shell (the default
+        as of OSX 10.3), use "ulimit -s 2048".
 
         On naked Darwin you may want to add the configure option
         "--disable-toolbox-glue" to disable the glue code for the Carbon