diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-11 22:13:52 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-11 22:13:52 (GMT) |
commit | 6433e9efde5311c6fbf1b5e85d0e2bb6378227c7 (patch) | |
tree | 1521a564961734d24053c4d6add249b6bcf64e51 /Modules/Setup.dist | |
parent | 8d0c478601a893840f3bae15e2af1ceb964b504d (diff) | |
download | cpython-6433e9efde5311c6fbf1b5e85d0e2bb6378227c7.zip cpython-6433e9efde5311c6fbf1b5e85d0e2bb6378227c7.tar.gz cpython-6433e9efde5311c6fbf1b5e85d0e2bb6378227c7.tar.bz2 |
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index ee84df4..6e24eb0 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -118,7 +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 # time module +time timemodule.c # -lm # time operations and variables # access to ISO C locale support _locale _localemodule.c # -lintl @@ -172,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 |