From: Raymond Hettinger Date: Wed, 9 Mar 2005 23:47:44 +0000 (+0000) Subject: SF bug #1160187: Setup file needs entries for collections, itertools, strop X-Git-Tag: v2.4.1c1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=512a4dc888707ee96e3fc3532a963fe9e0f8264a;p=thirdparty%2FPython%2Fcpython.git SF bug #1160187: Setup file needs entries for collections, itertools, strop --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index fc24c479bebe..802a0485a6ed 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -170,6 +170,10 @@ GLHACK=-Dclear=__GLclear #operator operator.c # operator.add() and similar goodies #_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 +#itertools itertoolsmodule.c # Functions creating iterators for efficient looping +#strop stropmodule.c # String manipulations #unicodedata unicodedata.c # static Unicode character database