mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309.
This commit is contained in:
parent
8d0c478601
commit
6433e9efde
1 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,7 @@ _collections _collectionsmodule.c # Container types
|
||||||
itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
||||||
atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
|
atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
|
||||||
_stat _stat.c # stat.h interface
|
_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
|
# access to ISO C locale support
|
||||||
_locale _localemodule.c # -lintl
|
_locale _localemodule.c # -lintl
|
||||||
|
@ -172,7 +172,6 @@ _symtable symtablemodule.c
|
||||||
#cmath cmathmodule.c _math.c # -lm # complex math library functions
|
#cmath cmathmodule.c _math.c # -lm # complex math library functions
|
||||||
#math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
|
#math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
|
||||||
#_struct _struct.c # binary structure packing/unpacking
|
#_struct _struct.c # binary structure packing/unpacking
|
||||||
#time timemodule.c # -lm # time operations and variables
|
|
||||||
#_weakref _weakref.c # basic weak reference support
|
#_weakref _weakref.c # basic weak reference support
|
||||||
#_testcapi _testcapimodule.c # Python C API test module
|
#_testcapi _testcapimodule.c # Python C API test module
|
||||||
#_random _randommodule.c # Random number generator
|
#_random _randommodule.c # Random number generator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue