diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-02 05:57:15 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-02 05:57:15 (GMT) |
commit | 9ea17ac59570faab41e290f900057882f816fda6 (patch) | |
tree | 8d6800b525705c975703e5cd191f479d4fbd9a2a /PCbuild/readme.txt | |
parent | 6270031f4e457ed8f1335e1a46c11104eb4c308b (diff) | |
download | cpython-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.txt | 3 |
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 |