[Python-checkins] python/dist/src README,1.145,1.146

fdrake@sourceforge.net fdrake@sourceforge.net
Fri, 10 May 2002 20:36:28 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv4498

Modified Files:
	README 
Log Message:
Fix typo:  ptread --> pthread
Closes SF bug #554644.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** README	23 Apr 2002 13:06:07 -0000	1.145
--- README	11 May 2002 03:36:26 -0000	1.146
***************
*** 289,293 ****
  	(The optimizer bug reported at this place in previous releases
  	has been worked around by a minimal code change.) If you get
! 	errors about ptread_* functions, during compile or during
  	testing, try setting CC to a thread-safe (reentrant) compiler,
  	like "cc_r".  For full C++ module support, set CC="xlC_r" (or
--- 289,293 ----
  	(The optimizer bug reported at this place in previous releases
  	has been worked around by a minimal code change.) If you get
! 	errors about pthread_* functions, during compile or during
  	testing, try setting CC to a thread-safe (reentrant) compiler,
  	like "cc_r".  For full C++ module support, set CC="xlC_r" (or