]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removing the comment lines for the modules which were made to build statically.
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 15 Aug 2010 03:59:07 +0000 (03:59 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 15 Aug 2010 03:59:07 +0000 (03:59 +0000)
Modules/Setup.dist

index c857825cf556362b2837e934c4d9c76762a1ac43..e1c8fe48f82f273d207754e51d0bb19b8972bc1c 100644 (file)
@@ -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