From: doko@ubuntu.com Date: Mon, 10 Sep 2012 09:56:47 +0000 (+0200) Subject: - Mention _heapq in Setup.dist. X-Git-Tag: v2.7.5~109^2~321^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa3be2bc85295442b90410bc7616c306d671bee;p=python - Mention _heapq in Setup.dist. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index e02fd770fc..1121ae64a8 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -177,6 +177,7 @@ GLHACK=-Dclear=__GLclear #_testcapi _testcapimodule.c # Python C API test module #_random _randommodule.c # Random number generator #_collections _collectionsmodule.c # Container types +#_heapq _heapqmodule.c # Heapq type #itertools itertoolsmodule.c # Functions creating iterators for efficient looping #strop stropmodule.c # String manipulations #_functools _functoolsmodule.c # Tools for working with functions and callable objects