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

Skip to content

Commit caba60a

Browse files
committed
Removed dead text about MS subprojects that no longer exist.
1 parent 28df74f commit caba60a

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

PC/VC6/readme.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,18 @@ python
3939
.exe
4040
pythonw
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
5947
pyexpat
6048
Python wrapper for accelerated XML parsing, which incorporates stable
6149
code from the Expat project: http://sourceforge.net/projects/expat/
6250
select
6351
selectmodule.c
6452
unicodedata
6553
large tables of Unicode data
66-
winreg
67-
Windows registry API
6854
winsound
6955
play sounds (typically .wav files) under Windows
7056

PCbuild/readme.txt

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,18 @@ python
4040
.exe
4141
pythonw
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
6048
pyexpat
6149
Python wrapper for accelerated XML parsing, which incorporates stable
6250
code from the Expat project: http://sourceforge.net/projects/expat/
6351
select
6452
selectmodule.c
6553
unicodedata
6654
large tables of Unicode data
67-
winreg
68-
Windows registry API
6955
winsound
7056
play sounds (typically .wav files) under Windows
7157

@@ -161,7 +147,7 @@ bz2
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

0 commit comments

Comments
 (0)