[Python-checkins] python/dist/src README,1.136.4.4,1.136.4.5

fdrake@sourceforge.net fdrake@sourceforge.net
Fri, 10 May 2002 20:37:17 -0700


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

Modified Files:
      Tag: release22-maint
	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.136.4.4
retrieving revision 1.136.4.5
diff -C2 -d -r1.136.4.4 -r1.136.4.5
*** README	25 Mar 2002 13:15:52 -0000	1.136.4.4
--- README	11 May 2002 03:37:15 -0000	1.136.4.5
***************
*** 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