]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #1160187: Setup file needs entries for collections, itertools, strop
authorRaymond Hettinger <python@rcn.com>
Wed, 9 Mar 2005 23:47:44 +0000 (23:47 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 9 Mar 2005 23:47:44 +0000 (23:47 +0000)
Modules/Setup.dist

index fc24c479bebe2829683274222bf9647115ade2c9..802a0485a6ed12a3b0f7333fe326c16fe0771525 100644 (file)
@@ -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