summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-02 21:24:51 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-02 21:24:51 (GMT)
commitb16c56f0ba765e736d4d2113d2a9d1bcd738a98a (patch)
tree38abb83b47181c2ee5f2599a71b80803816b3521 /PCbuild/readme.txt
parent231e22facb565ccd2fd68cf7a9544eb6435c8b0d (diff)
downloadcpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.zip
cpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.tar.gz
cpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.tar.bz2
Teach Windows build and installer about new _symtable module/DLL.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r--PCbuild/readme.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index f7a6e8c..1415ba5 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -43,6 +43,11 @@ _socket
socketmodule.c
_sre
Unicode-aware regular expression engine
+_symtable
+ the _symtable module, symtablemodule.c
+_test
+ tests of the Python C API, run via Lib/test/test_capi.py, and
+ implemented by module Modules/_testmodule.c
mmap
mmapmodule.c
parser
@@ -55,9 +60,6 @@ winreg
Windows registry API
winsound
play sounds (typically .wav files) under Windows
-_test
- tests of the Python C API, run via Lib/test/test_capi.py, and
- implemented by module Modules/_testmodule.c
The following subprojects will generally NOT build out of the box. They
wrap code Python doesn't control, and you'll need to download the base