From f36fb69fd2c1fd3bdd0aec41e4588fc872cc401f Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 4 Feb 2001 09:18:21 +0000 Subject: Another _testXXX -> _testcapiXXX renaming. --- Modules/Setup.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12