Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b012a15

Browse files
committed
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.
1 parent 0c1ceaf commit b012a15

2 files changed

Lines changed: 3 additions & 21 deletions

File tree

PCbuild/python20.wse

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,17 +1831,6 @@ item: Install File
18311831
end
18321832
item: Remark
18331833
end
1834-
item: Remark
1835-
Text=More DLLs
1836-
end
1837-
item: Install File
1838-
Source=..\..\expat\libs\expat.dll
1839-
Destination=%MAINDIR%\DLLs\expat.dll
1840-
Description=Expat library
1841-
Flags=0000000000000010
1842-
end
1843-
item: Remark
1844-
end
18451834
item: Remark
18461835
Text=Main Python DLL
18471836
end

PCbuild/readme.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ mmap
5252
mmapmodule.c
5353
parser
5454
the parser module
55+
pyexpat
56+
Python wrapper for accelerated XML parsing, which incorporates stable
57+
code from the Expat project: http://sourceforge.net/projects/expat/
5558
select
5659
selectmodule.c
5760
unicodedata
@@ -99,16 +102,6 @@ bsddb
99102
TODO: make this work like zlib (in particular, MSVC runs the prelink
100103
step in an enviroment that already has the correct envars set up).
101104

102-
pyexpat
103-
Python wrapper for accelerated XML parsing. Requires the Windows
104-
expat_win32bin installer from
105-
http://sourceforge.net/projects/expat/
106-
Currently using version 1.95.2.
107-
Install into dist\expat.
108-
You should also copy expat\Libs\expat.dll into your PCbuild directory,
109-
else at least two tests will fail (test_pyexpat and test_sax), and
110-
others will erroneously get skipped (at least test_minidom).
111-
112105

113106
NOTE ON CONFIGURATIONS
114107
----------------------

0 commit comments

Comments
 (0)