From 8e3e3608365dd9fd3b501580f904d5a47d23f318 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Wed, 7 Mar 2018 11:04:28 -0500 Subject: [PATCH] Improve compiled-in modules list --- cpython/Setup.local | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cpython/Setup.local b/cpython/Setup.local index fe9e77a4b..ada546133 100644 --- a/cpython/Setup.local +++ b/cpython/Setup.local @@ -5,15 +5,9 @@ *static* array arraymodule.c # array objects -# 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 -# _operator _operator.c # operator.add() and similar goodies _random _randommodule.c # Random number generator -# _collections _collectionsmodule.c # Container types -# _functools _functoolsmodule.c # Tools for working with functions and callable objects -# itertools itertoolsmodule.c # Functions creating iterators for efficient looping _bisect _bisectmodule.c # Bisection algorithms _json _json.c @@ -27,4 +21,5 @@ _sha256 sha256module.c _sha512 sha512module.c _md5 md5module.c +_datetime _datetimemodule.c #future_builtins future_builtins.c