]> granicus.if.org Git - python/commitdiff
Another _testXXX -> _testcapiXXX renaming.
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Feb 2001 09:18:21 +0000 (09:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Feb 2001 09:18:21 +0000 (09:18 +0000)
Modules/Setup.dist

index 92783cfce7dfae8d8f9a3f3d3cad0445b28a67b0..91cd27ee5dcc31cb9c1be2b1855b6ca440085dc5 100644 (file)
@@ -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