]> granicus.if.org Git - python/commitdiff
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for...
authordoko@ubuntu.com <doko@ubuntu.com>
Sat, 11 Apr 2015 22:13:52 +0000 (00:13 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Sat, 11 Apr 2015 22:13:52 +0000 (00:13 +0200)
Modules/Setup.dist

index ee84df466e89c2c05178cb12b2ea9750c343fa04..6e24eb0c697b02fc447ec02aaf23c395fcee770a 100644 (file)
@@ -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