[Python-checkins] CVS: python/dist/src/Doc/ext ext.tex,1.99.2.1,1.99.2.2

Tim Peters tim_one@users.sourceforge.net
Fri, 27 Jul 2001 22:03:00 -0700


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv14630/descr/dist/src/Doc/ext

Modified Files:
      Tag: descr-branch
	ext.tex 
Log Message:
Merge of trunk tags date2001-07-21 to date2001-07-28.


Index: ext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/ext.tex,v
retrieving revision 1.99.2.1
retrieving revision 1.99.2.2
diff -C2 -d -r1.99.2.1 -r1.99.2.2
*** ext.tex	2001/07/21 06:07:12	1.99.2.1
--- ext.tex	2001/07/28 05:02:58	1.99.2.2
***************
*** 2381,2388 ****
  Grab the binary installer from \url{http://www.python.org/} and
  install Python.  The binary installer has all of the required header
! files except for \file{config.h}.
  
  Get the source distribution and extract it into a convenient location.
! Copy the \file{config.h} from the \file{PC/} directory into the
  \file{include/} directory created by the installer.
  
--- 2381,2388 ----
  Grab the binary installer from \url{http://www.python.org/} and
  install Python.  The binary installer has all of the required header
! files except for \file{pyconfig.h}.
  
  Get the source distribution and extract it into a convenient location.
! Copy the \file{pyconfig.h} from the \file{PC/} directory into the
  \file{include/} directory created by the installer.