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

Martin v. L?wis loewis@users.sourceforge.net
Thu, 26 Jul 2001 06:41:07 -0700


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

Modified Files:
	ext.tex 
Log Message:
Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.


Index: ext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/ext.tex,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** ext.tex	2001/07/20 20:59:49	1.100
--- ext.tex	2001/07/26 13:41:05	1.101
***************
*** 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.