summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-08-15 03:59:07 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-08-15 03:59:07 (GMT)
commit64d010c99064495f32a11e9224741d93a6c903f0 (patch)
tree84e7b2599508e0616e366f398132939c0fd400cc /Modules/Setup.dist
parentbc653d1abe8f1a5ea348f0c6f8161ee5899120ba (diff)
downloadcpython-64d010c99064495f32a11e9224741d93a6c903f0.zip
cpython-64d010c99064495f32a11e9224741d93a6c903f0.tar.gz
cpython-64d010c99064495f32a11e9224741d93a6c903f0.tar.bz2
Removing the comment lines for the modules which were made to build statically.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index c857825..e1c8fe4 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -164,12 +164,9 @@ _symtable symtablemodule.c
#math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
#_struct _struct.c # binary structure packing/unpacking
#time timemodule.c # -lm # time operations and variables
-#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
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
#_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator
#_pickle _pickle.c # pickle accelerator