diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-04 03:09:53 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-04 03:09:53 (GMT) |
commit | d66595fe423227f3bf8ea4867df5d27c6d2764e1 (patch) | |
tree | 678405a81330c78c8525ddc817350654c04dfaee /PCbuild/readme.txt | |
parent | 693291ba23d6406af58dd46066748a8d713fd1ba (diff) | |
download | cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.zip cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.tar.gz cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.tar.bz2 |
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 1415ba5..c6033f1 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 |