- Timestamp:
- Mar 13, 2014, 10:05:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Modules/Setup.dist
r10 r385 124 124 zipimport zipimport.c 125 125 126 # The following modules are needed by locale.py which is now used by setup.py 127 128 operator operator.c # operator.add() and similar goodies 129 _functools _functoolsmodule.c # Tools for working with functions and callable objects 130 131 # access to ISO C locale support 132 _locale _localemodule.c # -lintl 133 126 134 # The rest of the modules listed in this file are all commented out by 127 135 # default. Usually they can be detected and built as dynamically … … 173 181 #_struct _struct.c # binary structure packing/unpacking 174 182 #time timemodule.c # -lm # time operations and variables 175 #operator operator.c # operator.add() and similar goodies176 183 #_weakref _weakref.c # basic weak reference support 177 184 #_testcapi _testcapimodule.c # Python C API test module … … 180 187 #itertools itertoolsmodule.c # Functions creating iterators for efficient looping 181 188 #strop stropmodule.c # String manipulations 182 #_functools _functoolsmodule.c # Tools for working with functions and callable objects183 189 #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator 184 190 #_pickle _pickle.c # pickle accelerator … … 187 193 188 194 #unicodedata unicodedata.c # static Unicode character database 189 190 # access to ISO C locale support191 #_locale _localemodule.c # -lintl192 195 193 196
Note:
See TracChangeset
for help on using the changeset viewer.