summaryrefslogtreecommitdiff
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-04 03:09:53 +0000
committerTim Peters <tim.peters@gmail.com>2001-02-04 03:09:53 +0000
commitd66595fe423227f3bf8ea4867df5d27c6d2764e1 (patch)
tree678405a81330c78c8525ddc817350654c04dfaee /PCbuild/readme.txt
parent693291ba23d6406af58dd46066748a8d713fd1ba (diff)
downloadcpython-git-d66595fe423227f3bf8ea4867df5d27c6d2764e1.tar.gz
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r--PCbuild/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 1415ba53d4..c6033f1c70 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -45,9 +45,9 @@ _sre
Unicode-aware regular expression engine
_symtable
the _symtable module, symtablemodule.c
-_test
+_testcapi
tests of the Python C API, run via Lib/test/test_capi.py, and
- implemented by module Modules/_testmodule.c
+ implemented by module Modules/_testcapimodule.c
mmap
mmapmodule.c
parser