diff options
author | Raymond Hettinger <python@rcn.com> | 2005-03-09 23:47:44 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-03-09 23:47:44 (GMT) |
commit | 512a4dc888707ee96e3fc3532a963fe9e0f8264a (patch) | |
tree | e48ec247ff6bfcd17843875438ea70b18b846c3d | |
parent | 2ad5848e5035afc4750147900d11ba647835342b (diff) | |
download | cpython-512a4dc888707ee96e3fc3532a963fe9e0f8264a.zip cpython-512a4dc888707ee96e3fc3532a963fe9e0f8264a.tar.gz cpython-512a4dc888707ee96e3fc3532a963fe9e0f8264a.tar.bz2 |
SF bug #1160187: Setup file needs entries for collections, itertools, strop
-rw-r--r-- | Modules/Setup.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index fc24c47..802a048 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 |