[Python-checkins] python/dist/src README,1.122.2.7,1.122.2.8

fdrake@sourceforge.net fdrake@sourceforge.net
Fri, 10 May 2002 20:38:01 -0700


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

Modified Files:
      Tag: release21-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.122.2.7
retrieving revision 1.122.2.8
diff -C2 -d -r1.122.2.7 -r1.122.2.8
*** README	8 Apr 2002 06:05:47 -0000	1.122.2.7
--- README	11 May 2002 03:37:59 -0000	1.122.2.8
***************
*** 271,275 ****
  	(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
--- 271,275 ----
  	(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