File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,32 +39,18 @@ python
3939 .exe
4040pythonw
4141 pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
42- _csv
43- C support for the comma-separated values module
4442_socket
4543 socketmodule.c
46- _sre
47- Unicode-aware regular expression engine
48- _symtable
49- the _symtable module, symtablemodule.c
5044_testcapi
5145 tests of the Python C API, run via Lib/test/test_capi.py, and
5246 implemented by module Modules/_testcapimodule.c
53- datetime
54- datetimemodule.c
55- mmap
56- mmapmodule.c
57- parser
58- the parser module
5947pyexpat
6048 Python wrapper for accelerated XML parsing, which incorporates stable
6149 code from the Expat project: http://sourceforge.net/projects/expat/
6250select
6351 selectmodule.c
6452unicodedata
6553 large tables of Unicode data
66- winreg
67- Windows registry API
6854winsound
6955 play sounds (typically .wav files) under Windows
7056
Original file line number Diff line number Diff line change @@ -40,32 +40,18 @@ python
4040 .exe
4141pythonw
4242 pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
43- _csv
44- C support for the comma-separated values module
4543_socket
4644 socketmodule.c
47- _sre
48- Unicode-aware regular expression engine
49- _symtable
50- the _symtable module, symtablemodule.c
5145_testcapi
5246 tests of the Python C API, run via Lib/test/test_capi.py, and
5347 implemented by module Modules/_testcapimodule.c
54- datetime
55- datetimemodule.c
56- mmap
57- mmapmodule.c
58- parser
59- the parser module
6048pyexpat
6149 Python wrapper for accelerated XML parsing, which incorporates stable
6250 code from the Expat project: http://sourceforge.net/projects/expat/
6351select
6452 selectmodule.c
6553unicodedata
6654 large tables of Unicode data
67- winreg
68- Windows registry API
6955winsound
7056 play sounds (typically .wav files) under Windows
7157
161147 FC: no differences encountered
162148 If FC finds differences, see the warning abou WinZip above (when I
163149 first tried it, sample3.ref failed due to CRLF conversion).
164-
150+
165151 # XXX: it fails with vc 7.1, so the tests are skipped for now.
166152
167153 All of this managed to build bzip2-1.0.2\libbz2.lib, which the Python
You can’t perform that action at this time.
0 commit comments