[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.99,1.100 readme.txt,1.21,1.22

Tim Peters tim_one@users.sourceforge.net
Wed, 13 Feb 2002 15:56:48 -0800


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

Modified Files:
	python20.wse readme.txt 
Log Message:
Finish the pyexpat rework for Windows:  builders needn't suck down the
Expat installer from SF anymore, and the installer shouldn't install
expat.dll anymore.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** python20.wse	21 Dec 2001 22:06:12 -0000	1.99
--- python20.wse	13 Feb 2002 23:56:46 -0000	1.100
***************
*** 1833,1847 ****
  end
  item: Remark
-   Text=More DLLs
- end
- item: Install File
-   Source=..\..\expat\libs\expat.dll
-   Destination=%MAINDIR%\DLLs\expat.dll
-   Description=Expat library
-   Flags=0000000000000010
- end
- item: Remark
- end
- item: Remark
    Text=Main Python DLL
  end
--- 1833,1836 ----

Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** readme.txt	28 Jul 2001 07:56:38 -0000	1.21
--- readme.txt	13 Feb 2002 23:56:46 -0000	1.22
***************
*** 53,56 ****
--- 53,59 ----
  parser
      the parser module
+ pyexpat
+     Python wrapper for accelerated XML parsing, which incorporates stable
+     code from the Expat project:  http://sourceforge.net/projects/expat/
  select
      selectmodule.c
***************
*** 99,112 ****
      TODO:  make this work like zlib (in particular, MSVC runs the prelink
      step in an enviroment that already has the correct envars set up).
- 
- pyexpat
-     Python wrapper for accelerated XML parsing.  Requires the Windows
-     expat_win32bin installer from
-         http://sourceforge.net/projects/expat/
-     Currently using version 1.95.2.
-     Install into dist\expat.
-     You should also copy expat\Libs\expat.dll into your PCbuild directory,
-     else at least two tests will fail (test_pyexpat and test_sax), and
-     others will erroneously get skipped (at least test_minidom).
  
  
--- 102,105 ----