]> granicus.if.org Git - python/commitdiff
Removed dead text about MS subprojects that no longer exist.
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Jan 2004 02:04:35 +0000 (02:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Jan 2004 02:04:35 +0000 (02:04 +0000)
PC/VC6/readme.txt
PCbuild/readme.txt

index 3abb8447bcf1d01845ba20ba3532f5309a4c87cb..394b5614feb28d8e3eaa85c7694a25f35f3ff55f 100644 (file)
@@ -39,23 +39,11 @@ python
     .exe
 pythonw
     pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
-_csv
-    C support for the comma-separated values module
 _socket
     socketmodule.c
-_sre
-    Unicode-aware regular expression engine
-_symtable
-    the _symtable module, symtablemodule.c
 _testcapi
     tests of the Python C API, run via Lib/test/test_capi.py, and
     implemented by module Modules/_testcapimodule.c
-datetime
-    datetimemodule.c
-mmap
-    mmapmodule.c
-parser
-    the parser module
 pyexpat
     Python wrapper for accelerated XML parsing, which incorporates stable
     code from the Expat project:  http://sourceforge.net/projects/expat/
@@ -63,8 +51,6 @@ select
     selectmodule.c
 unicodedata
     large tables of Unicode data
-winreg
-    Windows registry API
 winsound
     play sounds (typically .wav files) under Windows
 
index 6367a90f39dd201ad05ca6d71d487ce993374cbe..544c5c1416a0cf8befac28f9b036e435607f119c 100644 (file)
@@ -40,23 +40,11 @@ python
     .exe
 pythonw
     pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
-_csv
-    C support for the comma-separated values module
 _socket
     socketmodule.c
-_sre
-    Unicode-aware regular expression engine
-_symtable
-    the _symtable module, symtablemodule.c
 _testcapi
     tests of the Python C API, run via Lib/test/test_capi.py, and
     implemented by module Modules/_testcapimodule.c
-datetime
-    datetimemodule.c
-mmap
-    mmapmodule.c
-parser
-    the parser module
 pyexpat
     Python wrapper for accelerated XML parsing, which incorporates stable
     code from the Expat project:  http://sourceforge.net/projects/expat/
@@ -64,8 +52,6 @@ select
     selectmodule.c
 unicodedata
     large tables of Unicode data
-winreg
-    Windows registry API
 winsound
     play sounds (typically .wav files) under Windows
 
@@ -161,7 +147,7 @@ bz2
         FC: no differences encountered
     If FC finds differences, see the warning abou WinZip above (when I
     first tried it, sample3.ref failed due to CRLF conversion).
-    
+
     # XXX: it fails with vc 7.1, so the tests are skipped for now.
 
     All of this managed to build bzip2-1.0.2\libbz2.lib, which the Python