[Python-checkins] python/dist/src README,1.167,1.168

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Sun, 02 Feb 2003 15:37:08 -0800


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

Modified Files:
	README 
Log Message:
Fix typos.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** README	15 Jan 2003 16:04:43 -0000	1.167
--- README	2 Feb 2003 23:37:05 -0000	1.168
***************
*** 135,139 ****
  If you have a proposal to change Python, it's best to submit a Python
  Enhancement Proposal (PEP) first.  All current PEPs, as well as
! guidelines for submitting a new PEP, are list at
  http://python.sourceforge.net/peps/.
  
--- 135,139 ----
  If you have a proposal to change Python, it's best to submit a Python
  Enhancement Proposal (PEP) first.  All current PEPs, as well as
! guidelines for submitting a new PEP, are listed at
  http://python.sourceforge.net/peps/.
  
***************
*** 286,290 ****
  	you need to first make sure that the library is available on
  	your system. Then, you need to instruct the dynamic loader how
! 	to find it. You can chose any of the following strategies:
  
  	1. When compiling Python, set LD_RUN_PATH to the directories
--- 286,290 ----
  	you need to first make sure that the library is available on
  	your system. Then, you need to instruct the dynamic loader how
! 	to find it. You can choose any of the following strategies:
  
  	1. When compiling Python, set LD_RUN_PATH to the directories
***************
*** 546,550 ****
          To do this, run "./configure --with-threads=no" including any
          other options you need (--prefix, etc.).  Then in Modules/Setup
!          uncomment the lines:
  
          #SSL=/usr/local/ssl
--- 546,550 ----
          To do this, run "./configure --with-threads=no" including any
          other options you need (--prefix, etc.).  Then in Modules/Setup
!         uncomment the lines:
  
          #SSL=/usr/local/ssl
***************
*** 690,694 ****
  the configure.in file and are confident that the patch works, please
  send in the patch.  (Don't bother patching the configure script itself
! -- it is regenerated each the configure.in file changes.)
  
  Compiler switches for threads
--- 690,694 ----
  the configure.in file and are confident that the patch works, please
  send in the patch.  (Don't bother patching the configure script itself
! -- it is regenerated each time the configure.in file changes.)
  
  Compiler switches for threads
***************
*** 821,825 ****
  Note that on Linux, gprof apparently does not work for shared
  libraries.  The Makefile/Setup mechanism can be used to compile and
! link most extension module statically.
  
  
--- 821,825 ----
  Note that on Linux, gprof apparently does not work for shared
  libraries.  The Makefile/Setup mechanism can be used to compile and
! link most extension modules statically.