diff options
author | doko <doko@ubuntu.com> | 2015-04-13 22:00:30 +0200 |
---|---|---|
committer | doko <doko@ubuntu.com> | 2015-04-13 22:00:30 +0200 |
commit | c9b5d6e2a024091b6f1ed68121cffba857924942 (patch) | |
tree | 0fdb5afbcf2c2c310e75c97d7d19bd62bcda9839 /Modules/Setup.dist | |
parent | d390f0d96a89c73438450064094b83668705a090 (diff) | |
parent | 64202eaa884ce11ef52bad7c0455c85cda7ae5d2 (diff) | |
download | cpython-c9b5d6e2a024091b6f1ed68121cffba857924942.tar.gz |
- merge 3.4
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index b60b5946f9..06ba6adf24 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -118,6 +118,7 @@ _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 _stat _stat.c # stat.h interface +time timemodule.c # -lm # time operations and variables # access to ISO C locale support _locale _localemodule.c # -lintl @@ -171,7 +172,6 @@ _symtable symtablemodule.c #cmath cmathmodule.c _math.c # -lm # complex math library functions #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 #_weakref _weakref.c # basic weak reference support #_testcapi _testcapimodule.c # Python C API test module #_random _randommodule.c # Random number generator |