[Python-checkins] r54175 - python/trunk/README

georg.brandl python-checkins at python.org
Tue Mar 6 19:47:36 CET 2007


Author: georg.brandl
Date: Tue Mar  6 19:47:31 2007
New Revision: 54175

Modified:
   python/trunk/README
Log:
Patch #1673121: update README wrt. OSX default shell.


Modified: python/trunk/README
==============================================================================
--- python/trunk/README	(original)
+++ python/trunk/README	Tue Mar  6 19:47:31 2007
@@ -570,9 +570,9 @@
 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


More information about the Python-checkins mailing list