diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-04 09:18:21 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-04 09:18:21 (GMT) |
commit | f36fb69fd2c1fd3bdd0aec41e4588fc872cc401f (patch) | |
tree | 32f39a8af24c1ed153d845da7f044cc0716afa9b /Modules/Setup.dist | |
parent | d66595fe423227f3bf8ea4867df5d27c6d2764e1 (diff) | |
download | cpython-f36fb69fd2c1fd3bdd0aec41e4588fc872cc401f.zip cpython-f36fb69fd2c1fd3bdd0aec41e4588fc872cc401f.tar.gz cpython-f36fb69fd2c1fd3bdd0aec41e4588fc872cc401f.tar.bz2 |
Another _testXXX -> _testcapiXXX renaming.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 92783cf..91cd27e 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -149,7 +149,7 @@ GLHACK=-Dclear=__GLclear #operator operator.c # operator.add() and similar goodies #_weakref _weakref.c # basic weak reference support #_codecs _codecsmodule.c # access to the builtin codecs and codec registry -#_test _testmodule.c # Python C API test module +#_testcapi _testcapimodule.c # Python C API test module #unicodedata unicodedata.c unicodedatabase.c # static Unicode character database |