File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1831,17 +1831,6 @@ item: Install File
18311831end
18321832item: Remark
18331833end
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
18451834item: Remark
18461835 Text=Main Python DLL
18471836end
Original file line number Diff line number Diff line change 5252 mmapmodule.c
5353parser
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/
5558select
5659 selectmodule.c
5760unicodedata
@@ -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
113106NOTE ON CONFIGURATIONS
114107----------------------
You can’t perform that action at this time.
0 commit comments