summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-02 05:57:15 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-02 05:57:15 (GMT)
commit9ea17ac59570faab41e290f900057882f816fda6 (patch)
tree8d6800b525705c975703e5cd191f479d4fbd9a2a /PCbuild/readme.txt
parent6270031f4e457ed8f1335e1a46c11104eb4c308b (diff)
downloadcpython-9ea17ac59570faab41e290f900057882f816fda6.zip
cpython-9ea17ac59570faab41e290f900057882f816fda6.tar.gz
cpython-9ea17ac59570faab41e290f900057882f816fda6.tar.bz2
Patch derived from Trent's 101162: a Python/C API testing framework.
STILL NEEDS UNIX BUILD CHANGES.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r--PCbuild/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 255a53b..f7a6e8c 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -55,6 +55,9 @@ 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