From a438c85a8891ae8eb1cae401089043cd3d41bdd7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 21 Sep 2008 07:31:52 +0000 Subject: [PATCH] #3897: _collections now has an underscore. --- Modules/Setup.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index b7df3199e88c..c67dad4dbf71 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -176,7 +176,7 @@ GLHACK=-Dclear=__GLclear #_weakref _weakref.c # basic weak reference support #_testcapi _testcapimodule.c # Python C API test module #_random _randommodule.c # Random number generator -#collections collectionsmodule.c # Container types +#_collections _collectionsmodule.c # Container types #itertools itertoolsmodule.c # Functions creating iterators for efficient looping #strop stropmodule.c # String manipulations