diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-01-04 02:04:35 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-01-04 02:04:35 (GMT) |
commit | caba60a752137dc26bd56117ff21cabac4f9b07d (patch) | |
tree | e469d66c042b77768445a2dc5c781546e97e4de4 /PC/VC6 | |
parent | 28df74fc627b6978b4319c128bdf60e92f2218c4 (diff) | |
download | cpython-caba60a752137dc26bd56117ff21cabac4f9b07d.zip cpython-caba60a752137dc26bd56117ff21cabac4f9b07d.tar.gz cpython-caba60a752137dc26bd56117ff21cabac4f9b07d.tar.bz2 |
Removed dead text about MS subprojects that no longer exist.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/readme.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt index 3abb844..394b561 100644 --- a/PC/VC6/readme.txt +++ b/PC/VC6/readme.txt @@ -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 |