summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
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