[Python-checkins] python/dist/src README,1.136.4.13,1.136.4.14

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 20 May 2003 14:49:36 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv1886

Modified Files:
      Tag: release22-maint
	README 
Log Message:
Slight rephrasing of the OSX stacksize problem with test_re.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.136.4.13
retrieving revision 1.136.4.14
diff -C2 -d -r1.136.4.13 -r1.136.4.14
*** README	15 Nov 2002 07:27:03 -0000	1.136.4.13
--- README	20 May 2003 21:49:31 -0000	1.136.4.14
***************
*** 471,476 ****
          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".
  
          On naked Darwin you may want to add the configure option
--- 471,476 ----
          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"; for the
!         bash or zsh shells, use "ulimit -s 2048".
  
          On naked Darwin you may want to add the configure option