From: Matthias Klose Date: Sun, 22 Feb 2009 12:57:58 +0000 (+0000) Subject: - Modules/Setup.dist: Mention _heapq X-Git-Tag: v3.1a1~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=131733a2b9918d0d85930f8f5d80606fda5b066e;p=thirdparty%2FPython%2Fcpython.git - Modules/Setup.dist: Mention _heapq --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 71529e7df92c..ef85db3592ca 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -169,6 +169,7 @@ _symtable symtablemodule.c #_pickle _pickle.c # pickle accelerator #datetime datetimemodule.c # date/time type #_bisect _bisectmodule.c # Bisection algorithms +#_heapq _heapqmodule.c # Heap queue algorithm #unicodedata unicodedata.c # static Unicode character database